We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac6c6e commit 9df2cfbCopy full SHA for 9df2cfb
.github/workflows/godel_build.yml
@@ -0,0 +1,23 @@
1
+name: GodelScript Build
2
+
3
+on:
4
+ push:
5
+ branches: [ main, lhk_dev ]
6
+ pull_request:
7
8
9
+jobs:
10
+ linux-x86_64-build:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v4
14
+ - name: Build
15
+ run: |
16
+ cd godel-script
17
+ cd godel-backend/souffle
18
+ git am ../0001-init-self-used-souffle-from-public-souffle.patch
19
+ cd ../..
20
+ mkdir build
21
+ cd build
22
+ cmake ..
23
+ make -j4
0 commit comments