mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 07:58:59 +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]
|
||||
name: draco-ci
|
||||
jobs:
|
||||
on:
|
||||
pull_request:
|
||||
# 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.
|
||||
draco-tests:
|
||||
strategy:
|
||||
|
@ -2,8 +2,7 @@
|
||||
<img width="350px" src="docs/artwork/draco3d-vert.svg" />
|
||||
</p>
|
||||
|
||||

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