2018-02-24 19:27:47 +00:00
|
|
|
language: cpp
|
2018-02-24 20:01:39 +00:00
|
|
|
before_install:
|
|
|
|
sudo apt-get update -qq
|
|
|
|
sudo apt-get install -qq libxtst-dev
|
2018-02-24 19:27:47 +00:00
|
|
|
script: sh -x ./clean_build.sh
|
2018-02-24 19:10:14 +00:00
|
|
|
# skip install phase since we have a customized install package
|
|
|
|
# creation tool for each supported platform
|
|
|
|
install: true
|