mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-17 20:52:38 +01:00
Removed travis-ci.
This commit is contained in:
32
.travis.yml
32
.travis.yml
@@ -1,32 +0,0 @@
|
|||||||
language: cpp
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- compiler: gcc
|
|
||||||
os: linux
|
|
||||||
- compiler: clang
|
|
||||||
os: osx
|
|
||||||
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
packages:
|
|
||||||
- gcc-8
|
|
||||||
- g++-8
|
|
||||||
- clang
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
git clone https://github.com/bkaradzic/bx ../bx
|
|
||||||
|
|
||||||
script:
|
|
||||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then make build CXX="g++-8" CC="gcc-8"; fi
|
|
||||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then make build; fi
|
|
||||||
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
|
|
||||||
notifications:
|
|
||||||
email: false
|
|
||||||
|
|
||||||
osx_image: xcode11
|
|
||||||
@@ -3,7 +3,6 @@ bimg
|
|||||||
|
|
||||||
Image library.
|
Image library.
|
||||||
|
|
||||||
[](https://travis-ci.com/bkaradzic/bimg)
|
|
||||||
[](https://ci.appveyor.com/project/bkaradzic/bimg)
|
[](https://ci.appveyor.com/project/bkaradzic/bimg)
|
||||||
[](https://bkaradzic.github.io/bgfx/license.html)
|
[](https://bkaradzic.github.io/bgfx/license.html)
|
||||||
[](https://discord.gg/9eMbv7J)
|
[](https://discord.gg/9eMbv7J)
|
||||||
|
|||||||
Reference in New Issue
Block a user