File tree 1 file changed +22
-1
lines changed
1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,34 @@ jobs:
11
11
os : [ubuntu-20.04, windows-2022, macos-13]
12
12
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
+ - name : Checkout CaDiCaL
16
+ uses : actions/checkout@v3
17
+ with :
18
+ repository : meelgroup/cadical
19
+ ref : ' add_dynamic_lib'
20
+ path : python/cadical
21
+
22
+ - name : Checkout Cadiback
23
+ uses : actions/checkout@v3
24
+ with :
25
+ repository : meelgroup/cadiback
26
+ ref : ' mate'
27
+ path : python/cadiback
28
+
29
+ - name : configure and build CaDiCaL
30
+ run : cd python/cadical && CXXFLAGS=-fPIC ./configure --competition && make -j4
31
+
32
+ - name : Configure and build Cadiback
33
+ run : cd python/cadiback && ./configure && make -j4
34
+
15
35
- name : Checkout CMS
16
36
uses : actions/checkout@v2
17
37
with :
18
38
repository : msoos/cryptominisat
19
39
ref : ' master'
20
40
path : python/cryptominisat
41
+
21
42
- name : Checkout Arjun
22
43
uses : actions/checkout@v2
23
44
with :
You can’t perform that action at this time.
0 commit comments