11 lines
186 B
YAML
11 lines
186 B
YAML
|
name: Gitea Actions Test - Make
|
||
|
run-name: make
|
||
|
on: [push]
|
||
|
jobs:
|
||
|
Explore-Gitea-Actions:
|
||
|
runs-on: trintignant
|
||
|
steps:
|
||
|
- run: pwd
|
||
|
- run: make
|
||
|
- run: make install
|