File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,15 +15,9 @@ version: 2
1515 - run :
1616 name : Build liboqs-master
1717 command : .circleci/git_no_checkin_in_last_day.sh || (cd ~/liboqs && mkdir build && cd build && cmake -GNinja -DBUILD_SHARED_LIBS=ON .. && ninja && ${SUDO} ninja install)
18- - restore_cache :
19- key : ' liboqs-java-{{ checksum "pom.xml" }}-{{ .Branch }}-{{ arch }}'
2018 - run :
2119 name : Resolve all maven project dependencies
2220 command : .circleci/git_no_checkin_in_last_day.sh || (mvn dependency:go-offline)
23- - save_cache :
24- paths :
25- - ~/.m2
26- key : ' liboqs-java-{{ checksum "pom.xml" }}-{{ .Branch }}-{{ arch }}'
2721 - run :
2822 name : Build the package and run the tests
2923 command : .circleci/git_no_checkin_in_last_day.sh || (export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib" && mvn package)
You can’t perform that action at this time.
0 commit comments