Skip to content

Commit

Permalink
CI/AppVeyor: fix artifacts; CI/docker: add missing dbus
Browse files Browse the repository at this point in the history
  • Loading branch information
Iakov Kirilenko authored and Iakov Kirilenko committed Aug 19, 2018
1 parent 5f563a7 commit 945a75a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ environment:
PYTHON_LIB: C:\Python27\libs
PROJECT_FILE: trikRuntime
matrix:
# - PROJECT_FILE: qreal
- MINGW: C:\Qt\Tools\mingw492_32
QTDIR: C:\Qt\5.6.3\mingw49_32
- MINGW: C:\Qt\Tools\mingw530_32
QTDIR: C:\Qt\5.11.1\mingw53_32

configuration:
# - debug
# - debug
- release

before_build:
Expand All @@ -26,5 +25,5 @@ build_script:
- mingw32-make -j2

artifacts:
- path: bin\$(configuration)
name: trik-runtime-$(configuration)-win32
- path: bin\x86-$(configuration)
name: trikRuntime-win32-$(configuration)
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN apt install -y rsync build-essential g++-4.8 pkg-config libboost-system-dev
xterm python2.7-dev git-core ccache

#for TRIK Studio build
RUN apt install -y libusb-1.0-0-dev
RUN apt install -y libusb-1.0-0-dev dbus
RUN [ -r /etc/machine-id ] || { dbus-uuidgen | tee /etc/machine-id ; }

#RUN apt-get install -y qdbus qmlscene qt5-qmake \
# qtbase5-dev-tools qtchooser qtdeclarative5-dev libqt5svg5-dev \
Expand Down

0 comments on commit 945a75a

Please sign in to comment.