1
0

Compare commits

..

No commits in common. "d59dca44fcdc5d50cac22c23c76fc164e8a8a475" and "10d00b58e18f841a1d06ab417dd4c9a667b5e422" have entirely different histories.

2 changed files with 8 additions and 20 deletions

View File

@ -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

View File

@ -1,4 +0,0 @@
./core 5 3
./core 100 535
./core 1 1
./core 74 26