Skip to content

Commit

Permalink
More CI updates (google#808)
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
tomfinegan committed Feb 8, 2022
1 parent b7655f7 commit e5d9b61
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
on: [pull_request]
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:

jobs:
# Main build and test job.
draco-tests:
strategy:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======
Expand Down

0 comments on commit e5d9b61

Please sign in to comment.