We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7c8ba commit 45b2edaCopy full SHA for 45b2eda
.gitlab-ci.yml
@@ -33,8 +33,7 @@ build:linux:
33
- make -j4 INSTALL_ROOT=../ide install; find ../ide/
34
- cd ..
35
# Download Gecode Gist so linuxdeploy can include its dependencies
36
- - curl --retry 10 --location --header "PRIVATE-TOKEN:$ACCESS_TOKEN" --silent https://gitlab.com/api/v4/snippets/1796163/raw | tr -d '\r' > download.sh
37
- - sh download.sh minizinc-vendor master gecode_gist:linux vendor.zip
+ - sh ${VENDOR_SCRIPT} minizinc-vendor master gecode_gist:linux vendor.zip
38
- unzip -q vendor.zip
39
- linuxdeploy --appdir ide --executable vendor/gecode_gist/bin/fzn-gecode --plugin qt -v0
40
- rm -rf ide/usr/share ide/usr/translations ide/usr/bin/fzn-gecode
0 commit comments