Compare commits
No commits in common. "d59dca44fcdc5d50cac22c23c76fc164e8a8a475" and "10d00b58e18f841a1d06ab417dd4c9a667b5e422" have entirely different histories.
d59dca44fc
...
10d00b58e1
@ -18,10 +18,8 @@ jobs:
|
||||
run: gcc -c core.c
|
||||
- name: Link program
|
||||
run: gcc f.o core.o -o core
|
||||
- name: Test program
|
||||
run: |
|
||||
chmod u+x ./test.sh
|
||||
./test.sh
|
||||
- name: Run program
|
||||
run: ./core
|
||||
|
||||
build-arch:
|
||||
runs-on: arch-prepared
|
||||
@ -38,10 +36,8 @@ jobs:
|
||||
run: gcc -c core.c
|
||||
- name: Link program
|
||||
run: gcc f.o core.o -o core
|
||||
- name: Test program
|
||||
run: |
|
||||
chmod u+x ./test.sh
|
||||
./test.sh
|
||||
- name: Run program
|
||||
run: ./core
|
||||
|
||||
build-void:
|
||||
runs-on: void-prepared
|
||||
@ -62,11 +58,9 @@ jobs:
|
||||
- name: Link program
|
||||
shell: sh
|
||||
run: gcc f.o core.o -o core
|
||||
- name: Test program
|
||||
- name: Run program
|
||||
shell: sh
|
||||
run: |
|
||||
chmod u+x ./test.sh
|
||||
./test.sh
|
||||
run: ./core
|
||||
|
||||
build-alpine:
|
||||
runs-on: alpine-prepared
|
||||
@ -87,8 +81,6 @@ jobs:
|
||||
- name: Link program
|
||||
shell: sh
|
||||
run: gcc f.o core.o -o core
|
||||
- name: Test program
|
||||
- name: Run program
|
||||
shell: sh
|
||||
run: |
|
||||
chmod u+x ./test.sh
|
||||
./test.sh
|
||||
run: ./core
|
||||
|
Loading…
x
Reference in New Issue
Block a user