File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ name : " Build d-SEAMS"
2+ on : [push, pull_request]
3+ jobs :
4+ build_pkg :
5+ runs-on : ubuntu-latest
6+ steps :
7+ 8+ - uses : cachix/install-nix-action@v12
9+ with :
10+ nix_path : nixpkgs=channel:nixos-unstable
11+ - uses : cachix/cachix-action@v8
12+ with :
13+ name : dseams
14+ signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
15+ authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
16+ - run : nix-env -if .
17+ - run : yodaStruct -c lua_inputs/config.yml
18+ - run : nix-shell --run "echo OK"
Original file line number Diff line number Diff line change @@ -13,5 +13,6 @@ if [[ "$PWD" =~ seams-core ]]; then
1313 cp yodaStruct ../
1414 cp libyodaLib.so ../
1515 cd ../
16- gdb --args yodaStruct -c lua_inputs/config.yml
16+ # gdb --args yodaStruct -c lua_inputs/config.yml
17+ yodaStruct -c lua_inputs/config.yml
1718fi
You can’t perform that action at this time.
0 commit comments