Skip to content

Commit

Permalink
Updated for Builder 1.2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
muflone committed Nov 15, 2015
1 parent 6625aaa commit 323066d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ install:
- cp --verbose --recursive remmina-plugin-dummy/* remmina-plugin-to-build
script:
- echo script
- cmake -DCMAKE_INSTALL_PREFIX=install_dir -DWITH_TRACE_CALLS=1 .
- cmake .
-DCMAKE_INSTALL_PREFIX=install_dir
-DWITH_TRACE_CALLS=ON
-DREMMINA_VER_1_1=OFF
- make
- make install

0 comments on commit 323066d

Please # to comment.