fixing dir

This commit is contained in:
qPCR4vir 2016-03-04 17:17:03 +01:00
parent 9c2736abe5
commit 8043b88b1c
2 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@ -24,6 +24,7 @@ build/makefile-bkl/*
*.ilk *.ilk
*.log *.log
[Bb]in [Bb]in
[Bb]in/
[Dd]ebug*/ [Dd]ebug*/
*.lib *.lib
*.a *.a

View File

@ -66,22 +66,25 @@ install:
- /tmp/tools/cmake --prefix="$HOME" --exclude-subdir - /tmp/tools/cmake --prefix="$HOME" --exclude-subdir
before_script : before_script :
# travis dont have a fisical monitor. We need to instal an emulator: https://docs.travis-ci.com/user/gui-and-headless-browsers/
- "export DISPLAY=:99.0" - "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start" - "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start - sleep 3 # give xvfb some time to start
- mkdir bld # we have: qPCR4vir/nana/nana-demo and now we are in: qPCR4vir/nana/ our executable tests will assces: ../Examples/*.bmp etc.(need to be in parallel with nana-demo/Examples)
- cd bld - cd nana-demo
- mkdir bin
- cd bin
script: script:
- cmake -G"Unix Makefiles" .. -DNANA_CMAKE_ENABLE_JPEG=ON -DNANA_CMAKE_ENABLE_PNG=OFF -DNANA_CMAKE_BUILD_DEMOS=ON -DNANA_CMAKE_ENABLE_AUDIO=OFF -DNANA_CMAKE_FIND_BOOST_FILESYSTEM=ON -DNANA_CMAKE_INCLUDE_EXPERIMENTAL_DEMOS=OFF -DNANA_CMAKE_AUTOMATIC_GUI_TESTING=ON -DNANA_CMAKE_ADD_DEF_AUTOMATIC_GUI_TESTING=ON - cmake -G"Unix Makefiles" ../.. -DNANA_CMAKE_ENABLE_JPEG=ON -DNANA_CMAKE_ENABLE_PNG=OFF -DNANA_CMAKE_BUILD_DEMOS=ON -DNANA_CMAKE_ENABLE_AUDIO=OFF -DNANA_CMAKE_FIND_BOOST_FILESYSTEM=ON -DNANA_CMAKE_INCLUDE_EXPERIMENTAL_DEMOS=OFF -DNANA_CMAKE_AUTOMATIC_GUI_TESTING=ON -DNANA_CMAKE_ADD_DEF_AUTOMATIC_GUI_TESTING=ON
- make - make
- ls - ls
- ./audio_player
- ./a_group_impl - ./a_group_impl
#- ./animate-bmp - ./animate-bmp
- ./audio_player
- ./background-effects - ./background-effects
#- ./calculator ?
- ./categ - ./categ
#- ./calculator
- ./clicked - ./clicked
- ./decore - ./decore
- ./dock - ./dock
@ -91,7 +94,7 @@ script:
#- ./example_menu #- ./example_menu
- ./example_listbox - ./example_listbox
#- ./example_combox #- ./example_combox
#- ./example.button # ?? - ./example.button
- ./HelloWord - ./HelloWord
#- ./MontiHall #- ./MontiHall
#- ./helloworld_demo #- ./helloworld_demo