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
|
run: gcc -c core.c
|
||||||
- name: Link program
|
- name: Link program
|
||||||
run: gcc f.o core.o -o core
|
run: gcc f.o core.o -o core
|
||||||
- name: Test program
|
- name: Run program
|
||||||
run: |
|
run: ./core
|
||||||
chmod u+x ./test.sh
|
|
||||||
./test.sh
|
|
||||||
|
|
||||||
build-arch:
|
build-arch:
|
||||||
runs-on: arch-prepared
|
runs-on: arch-prepared
|
||||||
@ -38,10 +36,8 @@ jobs:
|
|||||||
run: gcc -c core.c
|
run: gcc -c core.c
|
||||||
- name: Link program
|
- name: Link program
|
||||||
run: gcc f.o core.o -o core
|
run: gcc f.o core.o -o core
|
||||||
- name: Test program
|
- name: Run program
|
||||||
run: |
|
run: ./core
|
||||||
chmod u+x ./test.sh
|
|
||||||
./test.sh
|
|
||||||
|
|
||||||
build-void:
|
build-void:
|
||||||
runs-on: void-prepared
|
runs-on: void-prepared
|
||||||
@ -62,11 +58,9 @@ jobs:
|
|||||||
- name: Link program
|
- name: Link program
|
||||||
shell: sh
|
shell: sh
|
||||||
run: gcc f.o core.o -o core
|
run: gcc f.o core.o -o core
|
||||||
- name: Test program
|
- name: Run program
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: ./core
|
||||||
chmod u+x ./test.sh
|
|
||||||
./test.sh
|
|
||||||
|
|
||||||
build-alpine:
|
build-alpine:
|
||||||
runs-on: alpine-prepared
|
runs-on: alpine-prepared
|
||||||
@ -87,8 +81,6 @@ jobs:
|
|||||||
- name: Link program
|
- name: Link program
|
||||||
shell: sh
|
shell: sh
|
||||||
run: gcc f.o core.o -o core
|
run: gcc f.o core.o -o core
|
||||||
- name: Test program
|
- name: Run program
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: ./core
|
||||||
chmod u+x ./test.sh
|
|
||||||
./test.sh
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user