Skip to content

Commit

Permalink
Change ci settings for windows / linux.
Browse files Browse the repository at this point in the history
I believe that Linux is failing due to running out of RAM on that system
as it only has 4GB available. This is an attempt to get past that.

The failure case on Windows is still not making itself clear.
  • Loading branch information
lefticus committed Jul 15, 2014
1 parent 1ee9f44 commit dcb9035
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .decent_ci-Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ compilers:
- name: "gcc"
version: "4.8"
cmake_extra_flags: -DBUILD_TESTING:BOOL=ON -DBUILD_SWIG:BOOL=ON
num_parallel_builds: 4
num_parallel_builds: 2
- name: cppcheck
compiler_extra_flags: --enable=warning --suppress="*:*zlib*" --suppress="*:*sqlite*" --suppress="cppcheckError:*" --inline-suppr --suppress="syntaxError:*"
3 changes: 2 additions & 1 deletion .decent_ci-Windows.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
compilers:
- name: Visual Studio
version: 12
cmake_extra_flags: -DBUILD_TESTING:BOOL=ON -DBUILD_SWIG:BOOL=ON
num_parallel_builds: 4
cmake_extra_flags: -DBUILD_TESTING:BOOL=ON -DBUILD_SWIG:BOOL=ON -DBUILD_BOOST:BOOL=ON -DBUILD_QT:BOOL=OFF -DUSE_PCH:BOOL=ON -DBUILD_RUBY:BOOL=ON


3 comments on commit dcb9035

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test_ci (lefticus) - i386-Windows-7-VisualStudio-12: Tests Failed

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test_ci (lefticus) - x86_64-MacOS-10.9-clang: OK (2023 of 2091 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.