mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
infra Travis: Remove travis-ci build test
We don't need to build test with travis-ci. The build test is already being worked in the github-action. In addition, travis-ci causes unnecessary failures because the recent request count is not properly counted.
This commit is contained in:
parent
7e35ec339a
commit
638d81fb15
1 changed files with 0 additions and 19 deletions
19
.travis.yml
19
.travis.yml
|
@ -1,19 +0,0 @@
|
|||
sudo: false
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
||||
language:
|
||||
- cpp
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker pull jsuya/thorvg-ci-setup; fi
|
||||
|
||||
script:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo FROM jsuya/thorvg-ci-setup > Dockerfile; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo ADD . /root >> Dockerfile; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker build -t withgit .; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker run withgit /bin/sh -c "cd /root && TRAVIS=true meson -Dexamples=true -Dtools=svg2png builddir && ninja -C builddir install"; fi
|
Loading…
Add table
Reference in a new issue