Merge commit '03f01bbe90' into update_cg_clif-2020-11-01
This commit is contained in:
parent
793d26047f
commit
285c7c66dc
53 changed files with 609 additions and 385 deletions
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
|
|
@ -51,4 +51,13 @@ jobs:
|
|||
export COMPILE_RUNS=2
|
||||
export RUN_RUNS=2
|
||||
|
||||
./test.sh --release
|
||||
./test.sh
|
||||
|
||||
- name: Package prebuilt cg_clif
|
||||
run: tar cvfJ cg_clif.tar.xz build
|
||||
|
||||
- name: Upload prebuilt cg_clif
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: cg_clif-${{ runner.os }}
|
||||
path: cg_clif.tar.xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue