-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
32 lines (25 loc) · 863 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
language: cpp
compiler: gcc
sudo: require
dist: xenial
before_install:
- sudo add-apt-repository ppa:beineri/opt-qt-5.14.1-xenial -y
- sudo apt-get update -qq
install:
- sudo apt-get -y install qt514base qt514x11extras qt514tools libgl1-mesa-dev libopencv-dev
- source /opt/qt*/bin/qt*-env.sh
script:
- git clone https://github.com/azagaya/laigter.git
- qmake CONFIG+=release PREFIX=plugin LAIGTER_SRC=laigter
- make -j$(nproc)
before_deploy:
# Set up git user name and tag this commit
- git config --local user.name "azagaya"
- git config --local user.email "[email protected]"
after_success:
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- bash upload.sh plugin/libhspobrush.so
branches:
except:
- # Do not build tags that we create when we upload to GitHub Releases
- /^(?i:continuous)/