mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Get smoketest to run
This commit is contained in:
parent
1aae874c38
commit
dbf35b4176
1 changed files with 1 additions and 3 deletions
4
.github/workflows/prototyping.yml
vendored
4
.github/workflows/prototyping.yml
vendored
|
@ -26,11 +26,9 @@ jobs:
|
|||
- name: cabal install
|
||||
working-directory: prototyping
|
||||
run: |
|
||||
ghc-pkg init package.db
|
||||
cabal install --lib scientific --package-env .
|
||||
cabal install --lib vector --package-env .
|
||||
cabal install --lib aeson --package-env .
|
||||
ghc-pkg list
|
||||
cabal install Agda
|
||||
- name: check examples
|
||||
working-directory: prototyping
|
||||
|
@ -44,7 +42,7 @@ jobs:
|
|||
run: cmake --build . --target Luau.Ast.CLI
|
||||
- name: run smoketest
|
||||
working-directory: prototyping
|
||||
run: ../lua-ast Examples/SmokeTest.lua | ./PrettyPrinter > Examples/SmokeTestOutput.lua
|
||||
run: ./lua-ast Examples/SmokeTest.lua | ./PrettyPrinter > Examples/SmokeTestOutput.lua
|
||||
- name: diff smoketest
|
||||
working-directory: prototyping
|
||||
run: diff Examples/SmokeTest.lua SmokeTestOutput.lua
|
||||
|
|
Loading…
Add table
Reference in a new issue