mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
more workflow tweaking
This commit is contained in:
parent
0d85a7eccb
commit
b6b7597658
1 changed files with 5 additions and 5 deletions
10
.github/workflows/prototyping.yml
vendored
10
.github/workflows/prototyping.yml
vendored
|
@ -47,9 +47,7 @@ jobs:
|
||||||
working-directory: prototyping
|
working-directory: prototyping
|
||||||
run: |
|
run: |
|
||||||
cabal install Agda-${{ matrix.agda }}
|
cabal install Agda-${{ matrix.agda }}
|
||||||
cabal install --lib scientific --package-env .
|
cabal install --lib scientific vector aeson --package-env .
|
||||||
cabal install --lib vector --package-env .
|
|
||||||
cabal install --lib aeson --package-env .
|
|
||||||
- name: check targets
|
- name: check targets
|
||||||
working-directory: prototyping
|
working-directory: prototyping
|
||||||
run: |
|
run: |
|
||||||
|
@ -63,10 +61,12 @@ jobs:
|
||||||
- name: cmake configure
|
- name: cmake configure
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
cmake build
|
cd build
|
||||||
|
cmake ../
|
||||||
- name: cmake build luau-ast
|
- name: cmake build luau-ast
|
||||||
|
working-directory: build
|
||||||
run: |
|
run: |
|
||||||
cmake --build build/ --target Luau.Ast.CLI
|
cmake --build ../ --target Luau.Ast.CLI
|
||||||
- name: run tests
|
- name: run tests
|
||||||
working-directory: prototyping
|
working-directory: prototyping
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue