Add CI workflow
Some checks failed
Dendrite / Update Docker images (push) Blocked by required conditions
ci / build_and_publish (push) Failing after 12s
Dendrite / WASM build test (push) Has been skipped
Dendrite / Linting (push) Failing after 11s
Dendrite / Unit tests (push) Failing after 31s
Dendrite / Build for Linux (push) Failing after 2s
Dendrite / Build for Windows (push) Failing after 2s
Dendrite / Initial tests passed (push) Failing after 0s
Dendrite / Integration tests (push) Has been skipped
Dendrite / Upgrade tests (push) Has been skipped
Dendrite / Upgrade tests from HEAD-2 (push) Has been skipped
Dendrite / Sytest (SQLite Cgo) (push) Has been skipped
Dendrite / Sytest (PostgreSQL) (push) Has been skipped
Dendrite / Sytest (SQLite native) (push) Has been skipped
Dendrite / Complement (PostgreSQL) (push) Has been skipped
Dendrite / Complement (SQLite native) (push) Has been skipped
Dendrite / Complement (SQLite Cgo) (push) Has been skipped
Dendrite / Integration tests passed (push) Failing after 0s
Some checks failed
Dendrite / Update Docker images (push) Blocked by required conditions
ci / build_and_publish (push) Failing after 12s
Dendrite / WASM build test (push) Has been skipped
Dendrite / Linting (push) Failing after 11s
Dendrite / Unit tests (push) Failing after 31s
Dendrite / Build for Linux (push) Failing after 2s
Dendrite / Build for Windows (push) Failing after 2s
Dendrite / Initial tests passed (push) Failing after 0s
Dendrite / Integration tests (push) Has been skipped
Dendrite / Upgrade tests (push) Has been skipped
Dendrite / Upgrade tests from HEAD-2 (push) Has been skipped
Dendrite / Sytest (SQLite Cgo) (push) Has been skipped
Dendrite / Sytest (PostgreSQL) (push) Has been skipped
Dendrite / Sytest (SQLite native) (push) Has been skipped
Dendrite / Complement (PostgreSQL) (push) Has been skipped
Dendrite / Complement (SQLite native) (push) Has been skipped
Dendrite / Complement (SQLite Cgo) (push) Has been skipped
Dendrite / Integration tests passed (push) Failing after 0s
This commit is contained in:
parent
084181332b
commit
bf52f8b895
1 changed files with 18 additions and 0 deletions
18
.github/workflows/ci.yaml
vendored
Normal file
18
.github/workflows/ci.yaml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
name: ci
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
jobs:
|
||||||
|
build_and_publish:
|
||||||
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: ghcr.io/catthehacker/ubuntu:runner-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-go@v6
|
||||||
|
with:
|
||||||
|
go-version: '1.23.linux-arm64'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue