mirror of
https://github.com/janet-lang/janet
synced 2024-11-17 22:24:49 +00:00
Quick experiment on macos
This commit is contained in:
parent
894aaef267
commit
87de1e5766
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -12,14 +12,14 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest, macos-latest ]
|
os: [ macos-latest ]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Compile the project
|
- name: Compile the project
|
||||||
run: make clean && make
|
run: make clean && make
|
||||||
- name: Test the project
|
- name: Test the project
|
||||||
run: make test
|
run: VERBOSE=1 ktrace build/janet test/suite-os.janet
|
||||||
|
|
||||||
test-windows:
|
test-windows:
|
||||||
name: Build and test on Windows
|
name: Build and test on Windows
|
||||||
|
Loading…
Reference in New Issue
Block a user