Skip to content

Commit

Permalink
Fixed dependency in shippable for Yices.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogario committed Feb 25, 2015
1 parent ed99be4 commit af0e6fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ def install_yices(options):

# Build pyices
os.system("export YICES_PATH=\"%s\"; cd %s; python setup.py install --user" % (yices_path, pyices_dir_path))
os.system('cd %s; python setup.py build' % pyices_dir_path)

# Save the paths
PATHS.append("%s/build/lib.linux-%s-%s" % (pyices_dir_path, get_architecture(), get_python_version()))
Expand Down
1 change: 1 addition & 0 deletions shippable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ fi

if [ "$1" == "yices" ]
then
pip install ctypesgen
./install.py --confirm-agreement --yices
fi

Expand Down

0 comments on commit af0e6fe

Please sign in to comment.