mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Build only the master branch
This commit is contained in:
parent
20fcfa56ce
commit
c9888a6326
2 changed files with 8 additions and 0 deletions
|
|
@ -12,6 +12,10 @@
|
|||
sudo: false
|
||||
language: cpp
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
env:
|
||||
- CXX_STANDARD=c++17 BRANCH_TO_TEST=master
|
||||
- CXX_STANDARD=c++14 BRANCH_TO_TEST=master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue