mirror of
https://github.com/mappu/miqt.git
synced 2025-04-07 14:10:22 +00:00
makefile, ci: run go build ./... in CI
This commit is contained in:
parent
3a65857ad8
commit
3d2c1d5501
18
.github/workflows/miqt.yml
vendored
18
.github/workflows/miqt.yml
vendored
@ -21,10 +21,26 @@ jobs:
|
||||
key: linux64-clang-cache
|
||||
|
||||
- name: Rebuild binding source
|
||||
run: make
|
||||
run: make genbindings
|
||||
|
||||
- name: Assert no changes
|
||||
run: git update-index --really-refresh && git diff-index HEAD
|
||||
|
||||
miqt_buildall:
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Cache GOCACHE
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.cache/go-build
|
||||
key: linux64-buildall-gocache
|
||||
|
||||
- name: Rebuild all libraries and examples
|
||||
run: make build-all
|
||||
|
||||
miqt_linux64_qt5:
|
||||
runs-on: ubuntu-24.04
|
||||
|
Loading…
x
Reference in New Issue
Block a user