commit
0d090af4b0
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -17,11 +17,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build and test
|
||||||
run: |
|
run: |
|
||||||
set -ex
|
set -ex
|
||||||
./compile.sh
|
./run_tests.sh
|
||||||
- name: Test
|
|
||||||
run: |
|
|
||||||
set -ex
|
|
||||||
./build/nest
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
NEST_BUILD_DIR=build
|
NEST_BUILD_DIR=build
|
||||||
NEST_EXE_NAME=nest
|
NEST_EXE_NAME=nest
|
||||||
set -ex
|
set -ex
|
||||||
|
3
debug.sh
3
debug.sh
@ -1,3 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
set -ex
|
||||||
source ./compile.sh
|
source ./compile.sh
|
||||||
gf2 -ex r $NEST_BUILD_DIR/$NEST_EXE_NAME
|
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