mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 20:29:04 +08:00
More CI updates (#808)
- Run test builds on push to master and nightly. - Update the badge link to point to the actions page - Use Github's generated badge markdown.
This commit is contained in:
parent
b7655f7391
commit
e5d9b61308
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@ -1,7 +1,19 @@
|
|||||||
on: [pull_request]
|
on:
|
||||||
name: draco-ci
|
pull_request:
|
||||||
jobs:
|
# Run on all pull requests.
|
||||||
|
|
||||||
|
push:
|
||||||
|
# Run on merges/pushes to master.
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
schedule:
|
||||||
|
# Run nightly, at midnight.
|
||||||
|
- cron: '8 0 * * *'
|
||||||
|
|
||||||
|
name: draco-ci
|
||||||
|
|
||||||
|
jobs:
|
||||||
# Main build and test job.
|
# Main build and test job.
|
||||||
draco-tests:
|
draco-tests:
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -2,8 +2,7 @@
|
|||||||
<img width="350px" src="docs/artwork/draco3d-vert.svg" />
|
<img width="350px" src="docs/artwork/draco3d-vert.svg" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||

|
[](https://github.com/google/draco/actions/workflows/ci.yml)
|
||||||
|
|
||||||
|
|
||||||
News
|
News
|
||||||
=======
|
=======
|
||||||
|
Loading…
x
Reference in New Issue
Block a user