mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
CI: use RISE runner to test riscv64
This commit is contained in:
parent
1444843fd1
commit
b8f680a3b4
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -133,3 +133,13 @@ jobs:
|
||||
run: |
|
||||
echo "::endgroup::" # flatten 'run container'
|
||||
./configure && make && make test -k
|
||||
|
||||
test-riscv64-linux-native:
|
||||
runs-on: ubuntu-24.04-riscv
|
||||
timeout-minutes: 8
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: make & test tcc (riscv64-linux native)
|
||||
run: |
|
||||
uname -m # riscv64
|
||||
./configure && make && make test -k
|
||||
|
||||
Loading…
Reference in New Issue
Block a user