Skip to content

Commit

Permalink
STOOPID
Browse files Browse the repository at this point in the history
  • Loading branch information
polymetric committed Apr 18, 2021
1 parent 19a08c3 commit 6c436f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline {
&& apt-get update \
&& apt-get install \
libgmp-dev \
&& rm -rf /var/lib/apt/lists/
&& rm -rf /var/lib/apt/lists/ \
'
sh "\$CXX main.cpp -o build/prines_${VERSION}_${CROSS_TRIPLE} -I./include -lboinc -lboinc_api -lgmp -lgmpxx -Ofast"
stash includes: "build/prines_${VERSION}_${CROSS_TRIPLE}.exe", name: 'bin linux x64'
Expand Down

0 comments on commit 6c436f1

Please sign in to comment.