Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e884fd3b4 | |||
| 2f8e5597b4 | |||
| 3bbd78849a |
@@ -1,20 +0,0 @@
|
|||||||
name: Build
|
|
||||||
run-name: ${{ gitea.actor }} build and test
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: olympic
|
|
||||||
steps:
|
|
||||||
- name: Check out repository code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- run: make purge configure-debug
|
|
||||||
- run: make build
|
|
||||||
- run: make test
|
|
||||||
- run: make purge configure-asan
|
|
||||||
- run: make build
|
|
||||||
- run: make test
|
|
||||||
- run: make purge configure-release
|
|
||||||
- run: make build
|
|
||||||
- run: make test
|
|
||||||
- run: make install
|
|
||||||
Reference in New Issue
Block a user