lox/.gitea/workflows/build.yaml
adnangonzaga 89179f354e
Some checks failed
build / test (push) Failing after 3s
[CICD] - Testing to debug the path error
2024-11-23 23:50:57 +00:00

10 lines
284 B
YAML

name: build
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker run -v $PWD:/src nix-runner 'nix shell --run "cd /src/clox"'
#- run: docker run -v $PWD:/src nix-runner 'nix shell --run "cd /src/clox && make"'