Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Ark
Commits
b11171f8
Commit
b11171f8
authored
Apr 15, 2021
by
Nicolas Fella
Committed by
Elvis Angelaccio
Apr 18, 2021
Browse files
Remove .travis.yml
We don't use travis CI
parent
f65519d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
deleted
100644 → 0
View file @
f65519d6
sudo
:
required
language
:
cpp
compiler
:
-
gcc
-
clang
arch
:
packages
:
-
extra-cmake-modules
-
kdoctools
-
python
-
kitemmodels
-
kparts
-
kpty
-
libarchive
-
hicolor-icon-theme
-
p7zip
-
unzip
-
zip
-
lrzip
# for GUI tests
-
xorg-server-xvfb
# from AUR:
-
rar
-
unarchiver
script
:
-
"
cmake
-DCMAKE_BUILD_TYPE=Debug
-DKDE_INSTALL_LIBDIR=lib
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-DCMAKE_INSTALL_PREFIX=/usr
."
-
"
make"
-
"
sudo
make
install"
# run the tests using the xvfb-run wrapper
# https://bugzilla.redhat.com/show_bug.cgi?id=904851#c5 fixes 'libGL error: failed to load driver: swrast'
-
"
xvfb-run
-s
\"
-screen
0
640x480x24
\"
ctest
--output-on-failure"
script
:
-
"
curl
-s
https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh
|
bash"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment