add flyci ci (#80)
This commit is contained in:
parent
29da36a7a8
commit
b113072379
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -183,3 +183,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker run -u root --rm -v $(pwd):/${{ github.workspace }} -w ${{ github.workspace }} --platform linux/${{ matrix.arch }} debian:unstable-slim \
|
docker run -u root --rm -v $(pwd):/${{ github.workspace }} -w ${{ github.workspace }} --platform linux/${{ matrix.arch }} debian:unstable-slim \
|
||||||
/bin/bash -c "apt update && apt install -y gcc libc6-dev && gcc main.c -o ruapu && ./ruapu"
|
/bin/bash -c "apt update && apt install -y gcc libc6-dev && gcc main.c -o ruapu && ./ruapu"
|
||||||
|
|
||||||
|
macos-flyci:
|
||||||
|
runs-on: flyci-macos-14-xlarge-m2
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: build-test
|
||||||
|
run: |
|
||||||
|
clang main.c -o ruapu
|
||||||
|
./ruapu
|
||||||
|
Loading…
Reference in New Issue
Block a user