mirror of
https://github.com/daeuniverse/dae.git
synced 2025-02-02 04:14:31 +07:00
chore: README and CI
This commit is contained in:
parent
7f362f3768
commit
acf9280177
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@ -1,6 +1,16 @@
|
||||
name: Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "**/*.go"
|
||||
- "**/*.c"
|
||||
- "**/*.h"
|
||||
- "go.mod"
|
||||
- "go.sum"
|
||||
- ".github/workflows/*.yml"
|
||||
release:
|
||||
types: [ prereleased ]
|
||||
pull_request:
|
||||
@ -78,7 +88,9 @@ jobs:
|
||||
sudo apt-get update -y && sudo apt-get install -y clang llvm gcc-multilib
|
||||
|
||||
- name: Get project dependencies
|
||||
run: go mod download
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
go mod download
|
||||
|
||||
- name: Build dae
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user