mirror of
https://github.com/vale981/spectrwm
synced 2025-03-04 17:31:40 -05:00
[travis] enable
This commit is contained in:
parent
e2c42a9de9
commit
08f66329ac
1 changed files with 14 additions and 0 deletions
14
.travis.yml
Normal file
14
.travis.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
language: c
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
dist: xenial
|
||||
- os: osx
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
sudo apt-get update;
|
||||
sudo apt-get install -y xorg libxft2-dev libxcursor-dev libxrandr-dev libxcb-icccm4-dev;
|
||||
fi
|
||||
script:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cd linux && make; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd osx && make; fi
|
Loading…
Add table
Reference in a new issue