Skip to content

Commit d2d7fcd

Browse files
committed
Merge branch 'dev' into pacman-debug
2 parents 9365793 + 68521b4 commit d2d7fcd

File tree

667 files changed

+3450
-5253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

667 files changed

+3450
-5253
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
language: shell
2+
sudo: required
3+
addons:
4+
apt:
5+
packages:
6+
- ninja
7+
- cmake
8+
- clang
9+
- qtbase5-dev
210
script:
311
- bash -c 'shopt -s globstar nullglob; shellcheck -s bash --exclude=SC2068 -S error **/*.{sh,ksh,bash}'
412
- bash -c 'shopt -s globstar nullglob; shellcheck -s bash --exclude=SC2068 -S error tools/*.{sh,ksh,bash}'
13+
- cd system/cpp-src/mkalteriso
14+
- mkdir -p build
15+
- cd build
16+
- cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ ..
17+
- make
18+
519
git:
620
submodules: false
21+
language: bash

0 commit comments

Comments
 (0)