File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 3
3
pull_request :
4
4
branches : [ develop ]
5
5
env :
6
- cvc5-version : " 0 .0.9 "
6
+ cvc5-version : " 1 .0.0 "
7
7
8
8
jobs :
9
9
check-ubuntu-20_04-make-gcc :
@@ -734,6 +734,12 @@ jobs:
734
734
sudo apt-get install --no-install-recommends -y g++ gcc gdb binutils flex bison cmake maven jq libxml2-utils openjdk-11-jdk-headless lcov ccache z3
735
735
- name : Confirm z3 solver is available and log the version installed
736
736
run : z3 --version
737
+ - name : Download cvc-5 from the releases page and make sure it can be deployed
738
+ run : |
739
+ wget -O cvc5 https://github.com/cvc5/cvc5/releases/download/cvc5-${{env.cvc5-version}}/cvc5-Linux
740
+ chmod u+x cvc5
741
+ mv cvc5 /usr/local/bin
742
+ cvc5 --version
737
743
- name : Prepare ccache
738
744
uses : actions/cache@v2
739
745
with :
Original file line number Diff line number Diff line change 1
1
on :
2
2
release :
3
3
types : [created]
4
+ env :
5
+ cvc5-version : " 1.0.0"
4
6
5
7
name : Upload additional release assets
6
8
jobs :
18
20
sudo apt-get install --no-install-recommends -y g++ gdb flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache z3
19
21
- name : Confirm z3 solver is available and log the version installed
20
22
run : z3 --version
23
+ - name : Download cvc-5 from the releases page and make sure it can be deployed
24
+ run : |
25
+ wget -O cvc5 https://github.com/cvc5/cvc5/releases/download/cvc5-${{env.cvc5-version}}/cvc5-Linux
26
+ chmod u+x cvc5
27
+ mv cvc5 /usr/local/bin
28
+ cvc5 --version
21
29
- name : Prepare ccache
22
30
uses : actions/cache@v2
23
31
with :
82
90
sudo apt-get install -y --allow-downgrades --reinstall gcc g++ libgcc-s1- libstdc++6=$target liblsan0=$target libtsan0=$target libcc1-0=$target libgcc1=1:$target gdb=8.1.1-0ubuntu1
83
91
- name : Confirm z3 solver is available and log the version installed
84
92
run : z3 --version
93
+ - name : Download cvc-5 from the releases page and make sure it can be deployed
94
+ run : |
95
+ wget -O cvc5 https://github.com/cvc5/cvc5/releases/download/cvc5-${{env.cvc5-version}}/cvc5-Linux
96
+ chmod u+x cvc5
97
+ mv cvc5 /usr/local/bin
98
+ cvc5 --version
85
99
- name : Prepare ccache
86
100
uses : actions/cache@v2
87
101
with :
You can’t perform that action at this time.
0 commit comments