commit
0d090af4b0
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -17,11 +17,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Build
|
||||
- name: Build and test
|
||||
run: |
|
||||
set -ex
|
||||
./compile.sh
|
||||
- name: Test
|
||||
run: |
|
||||
set -ex
|
||||
./build/nest
|
||||
./run_tests.sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
NEST_BUILD_DIR=build
|
||||
NEST_EXE_NAME=nest
|
||||
set -ex
|
||||
|
3
debug.sh
3
debug.sh
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
source ./compile.sh
|
||||
gf2 -ex r $NEST_BUILD_DIR/$NEST_EXE_NAME
|
||||
|
4
run_tests.sh
Executable file
4
run_tests.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
source ./compile.sh
|
||||
build/nest
|
Loading…
x
Reference in New Issue
Block a user