Skip to content

Commit

Permalink
CI: Try to fix Qt5 build error in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
pentix committed Oct 20, 2019
1 parent 4b1922c commit b9d33ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ before_script:
- docker pull cm0x4d/ubuntu-qt5-cmake

script:
- docker run -it cm0x4d/ubuntu-qt5-cmake sh -c "apt-get --yes update && apt-get --yes install pkg-config libssh-dev wget && wget https://www.libssh.org/files/0.9/libssh-0.9.0.tar.xz && tar xf libssh-0.9.0.tar.xz && cd libssh-0.9.0 && mkdir build && cd build && cmake .. && make install && cd ../.. && git clone https://github.com/pentix/qjournalctl && cd qjournalctl && ./autogen.sh && make ; ls -lh qjournalctl"
- docker run -it --security-opt seccomp:unconfined cm0x4d/ubuntu-qt5-cmake sh -c "apt-get --yes update && apt-get --yes install pkg-config libssh-dev wget && wget https://www.libssh.org/files/0.9/libssh-0.9.0.tar.xz && tar xf libssh-0.9.0.tar.xz && cd libssh-0.9.0 && mkdir build && cd build && cmake .. && make install && cd ../.. && git clone https://github.com/pentix/qjournalctl && cd qjournalctl && ./autogen.sh && make ; ls -lh qjournalctl"

0 comments on commit b9d33ed

Please sign in to comment.