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:
Tom Finegan 2022-02-08 12:25:33 -08:00 committed by GitHub
parent b7655f7391
commit e5d9b61308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 5 deletions

View File

@ -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:

View File

@ -2,8 +2,7 @@
<img width="350px" src="docs/artwork/draco3d-vert.svg" />
</p>
![draco-ci](https://github.com/google/draco/actions/workflows/ci.yml/badge.svg)
[![draco-ci](https://github.com/google/draco/actions/workflows/ci.yml/badge.svg)](https://github.com/google/draco/actions/workflows/ci.yml)
News
=======