Compare commits

..

No commits in common. "master" and "75b8e9864d9e2647bd2c887762acc431f53c77a3" have entirely different histories.

4 changed files with 3 additions and 29 deletions

View File

@ -1,14 +0,0 @@
name: Gitea Actions Test - Make
run-name: make
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: trintignant
steps:
- run: pwd
- name: Check out repository code
uses: actions/checkout@v3
- run: echo ${{vars.TEST_VAR}}
- run: cd ${{ gitea.workspace }}; ls -l
- run: cd ${{ gitea.workspace }}; make
- run: cd ${{ gitea.workspace }}; make install

View File

@ -1,6 +0,0 @@
all: hello
install: /tmp/hello
/tmp/%: %
install $^ $@

View File

@ -1,7 +1,7 @@
1 1
2 resolved! 2
3 3
33 (still all on the same line)
4 4
5, 6, 7, 8! 5

View File

@ -1,6 +0,0 @@
#include <stdio.h>
int main(void) {
printf("hello, gitea actions\n");
return 0;
}