Skip to content
Snippets Groups Projects
Commit 359d9f4d authored by David Stainton's avatar David Stainton
Browse files

Attempt to fix .gitlab-ci.yml

parent 1b01b1af
No related branches found
No related tags found
1 merge request!4Add untested .gitlab-ci.yml file
...@@ -27,8 +27,9 @@ test: ...@@ -27,8 +27,9 @@ test:
- cd high-ctidh - cd high-ctidh
- 'wget -O high-ctidh.zip --header="PRIVATE-TOKEN: $GITLAB_ACCESS_TOKEN" "https://$GITLAB_SERVER/api/v4/projects/elixxir%2Fhigh-ctidh/jobs/artifacts/master/download?job=build"' - 'wget -O high-ctidh.zip --header="PRIVATE-TOKEN: $GITLAB_ACCESS_TOKEN" "https://$GITLAB_SERVER/api/v4/projects/elixxir%2Fhigh-ctidh/jobs/artifacts/master/download?job=build"'
- unzip high-ctidh.zip - unzip high-ctidh.zip
- cp binding1024.h binding.h
- export P=`pwd` - export P=`pwd`
- cd ..
- cp binding1024.h binding.h
- export CTIDH_BITS=1024 - export CTIDH_BITS=1024
- export CGO_CFLAGS="-g -I${P} -DBITS=${CTIDH_BITS}" - export CGO_CFLAGS="-g -I${P} -DBITS=${CTIDH_BITS}"
- export CGO_LDFLAGS="-L${P} -Wl,-rpath,${P} -lhighctidh_${CTIDH_BITS}" - export CGO_LDFLAGS="-L${P} -Wl,-rpath,${P} -lhighctidh_${CTIDH_BITS}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment