mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 15:37:23 +00:00
another iteration with travis ci
This commit is contained in:
parent
bfdaadfc8b
commit
8dcdae9611
17
.travis.yml
Normal file
17
.travis.yml
Normal file
@ -0,0 +1,17 @@
|
||||
sudo: required
|
||||
|
||||
arch:
|
||||
packages:
|
||||
- plasma-framework
|
||||
# build deps
|
||||
- cmake
|
||||
- extra-cmake-modules
|
||||
script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_BUILD_TYPE=Optimization -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_FUTURE=ON -DBUILD_TESTING=ON "../sources"
|
||||
- make
|
||||
- make test
|
||||
|
||||
script:
|
||||
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
|
Loading…
Reference in New Issue
Block a user