mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Native ls
This commit is contained in:
committed by
Christoffer Lerno
parent
ab93389031
commit
d5b01d3a8f
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -39,6 +39,7 @@ jobs:
|
||||
..\build\${{ matrix.build_type }}\c3c.exe compile-run examples\contextfree\boolerr.c3
|
||||
..\build\${{ matrix.build_type }}\c3c.exe compile-run examples\load_world.c3
|
||||
..\build\${{ matrix.build_type }}\c3c.exe compile-run examples\process.c3
|
||||
..\build\${{ matrix.build_type }}\c3c.exe compile-run examples\ls.c3
|
||||
|
||||
|
||||
- name: Build testproject
|
||||
@@ -256,6 +257,7 @@ jobs:
|
||||
../build/c3c compile-run examples/contextfree/boolerr.c3
|
||||
../build/c3c compile-run examples/load_world.c3
|
||||
../build/c3c compile-run examples/process.c3
|
||||
../build/c3c compile-run examples/ls.c3
|
||||
|
||||
- name: Compile run unit tests
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user