Initial Travis CI setup
This commit is contained in:
committed by
Alf Gaida
parent
ab49998a39
commit
06dee362a5
@@ -0,0 +1,6 @@
|
||||
set -ex
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DBUILD_EXAMPLE=ON -DQTERMWIDGET_BUILD_PYTHON_BINDING=ON ..
|
||||
make
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
language: cpp
|
||||
|
||||
sudo: required
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
script:
|
||||
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
|
||||
|
||||
arch:
|
||||
repos:
|
||||
- archlinuxcn=https://cdn.repo.archlinuxcn.org/$arch
|
||||
packages:
|
||||
# See *depends in https://github.com/archlinuxcn/repo/blob/master/archlinuxcn/qtermwidget-git/PKGBUILD
|
||||
- git
|
||||
- cmake
|
||||
- lxqt-build-tools-git
|
||||
- qt5-tools
|
||||
- python-pyqt5
|
||||
- python-sip
|
||||
- sip
|
||||
# Using the -nostatx variant as Travis builders come with older kernels
|
||||
- qt5-base-nostatx
|
||||
script: bash ./.ci/build.sh
|
||||
Reference in New Issue
Block a user