parent
ad76f71b3b
commit
cc9f766229
@ -8,12 +8,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: echo "${{ gitea.workspace }}"
|
- run: echo "${{ gitea.workspace }}"
|
||||||
|
- run: apt update
|
||||||
|
- run: apt install -y git
|
||||||
- run: git init
|
- run: git init
|
||||||
- run: git remote add gitea http://10.1.1.1:3000/hasslesstech/test3
|
- run: git remote add gitea http://10.1.1.1:3000/hasslesstech/test3
|
||||||
- run: git fetch
|
- run: git fetch
|
||||||
- run: git checkout master
|
- run: git checkout master
|
||||||
- run: ls -lh
|
- run: ls -lh
|
||||||
- run: apt update
|
|
||||||
- run: apt install -y gcc
|
- run: apt install -y gcc
|
||||||
- name: Build funtions
|
- name: Build funtions
|
||||||
run: gcc -c f.c
|
run: gcc -c f.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user