-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis: switch to xenial build environment and add clang and C++11 jobs #195
base: master
Are you sure you want to change the base?
Commits on Jan 5, 2017
-
.travis.yml: switch to containerized build and enable compiler matrix
Signed-off-by: Johannes Meyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb3ed7f - Browse repository at this point
Copy the full SHA bb3ed7fView commit details -
.travis.yml: add matrix dimension for C++ standards
Signed-off-by: Johannes Meyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d414bbb - Browse repository at this point
Copy the full SHA d414bbbView commit details
Commits on Jan 10, 2017
-
travis: added jobs for clang-3.8 and gcc-5
Signed-off-by: Johannes Meyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a325555 - Browse repository at this point
Copy the full SHA a325555View commit details -
travis: always install gcc-5 and clang-3.8 as yaml does not allow to …
…merge arrays Signed-off-by: Johannes Meyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba29193 - Browse repository at this point
Copy the full SHA ba29193View commit details -
travis: move all build and install steps to script to avoid log folding
Signed-off-by: Johannes Meyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f7354b - Browse repository at this point
Copy the full SHA 1f7354bView commit details
Commits on Jan 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3f81772 - Browse repository at this point
Copy the full SHA 3f81772View commit details
Commits on Jan 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2ade374 - Browse repository at this point
Copy the full SHA 2ade374View commit details -
travis: limit builds to whitelisted branches only
All other branches require a pull request to be created to trigger Travis. This way we avoid duplicate builds. Signed-off-by: Johannes Meyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94842cb - Browse repository at this point
Copy the full SHA 94842cbView commit details
Commits on Oct 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9eecc9a - Browse repository at this point
Copy the full SHA 9eecc9aView commit details -
tests: disabled parts of taskthread_test/testPeriodic for Travis and …
…reenabled CORBA tests This commit partially reverts f15e4e8. Signed-off-by: Johannes Meyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f652410 - Browse repository at this point
Copy the full SHA f652410View commit details
Commits on Apr 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d25bcf5 - Browse repository at this point
Copy the full SHA d25bcf5View commit details -
use fully virtualized xenial instead of container-based trusty
Signed-off-by: Francisco Almeida <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6b853c - Browse repository at this point
Copy the full SHA f6b853cView commit details -
.travis.yaml: exclude branches that start with toolchain-x.y but have…
… an extension thereafter
Configuration menu - View commit details
-
Copy full SHA for e0ec92a - Browse repository at this point
Copy the full SHA e0ec92aView commit details
Commits on Apr 17, 2019
-
travis script cleanup, remove redundant builds and extend the branch …
…filter Signed-off-by: Francisco Almeida <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d27c685 - Browse repository at this point
Copy the full SHA d27c685View commit details -
make pointer addresses explicit in datasource test (clang copies the …
…referenced element as a temporary) Signed-off-by: Francisco Almeida <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba87571 - Browse repository at this point
Copy the full SHA ba87571View commit details -
tests: print and rethrow CORBA exceptions while running unit tests
CORBA::Exception does not extend std::exception and is usually unknown to the Boost Test Framework. Register an exception translator to show the name of the exception and then rethrow a copy (https://www.boost.org/doc/libs/1_64_0/libs/test/doc/html/boost/execution_monitor.html#idp57106832-bb). Signed-off-by: Johannes Meyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7065e1f - Browse repository at this point
Copy the full SHA 7065e1fView commit details
Commits on Apr 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9c4e2aa - Browse repository at this point
Copy the full SHA 9c4e2aaView commit details -
remove superfluous builds and add ccache
One C++03 build is enough to test pre-C++11 support. We will also enable ccache to check if it breaks anything.
Configuration menu - View commit details
-
Copy full SHA for 927defe - Browse repository at this point
Copy the full SHA 927defeView commit details
Commits on May 2, 2019
-
properly enable ccache support on MacOSX environment
Signed-off-by: Francisco Almeida <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f15799 - Browse repository at this point
Copy the full SHA 6f15799View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea4809 - Browse repository at this point
Copy the full SHA 3ea4809View commit details
Commits on May 6, 2019
-
tests: do not use the CORBA naming service for unit tests unless ORO_…
…NO_EMIT_CORBA_IOR is set This is expected to fix a failure on Travis CI if no nameserver is available, especially on macOS. Signed-off-by: Johannes Meyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63d0e07 - Browse repository at this point
Copy the full SHA 63d0e07View commit details
Commits on May 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9ec596e - Browse repository at this point
Copy the full SHA 9ec596eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c0d90 - Browse repository at this point
Copy the full SHA 04c0d90View commit details -
Configuration menu - View commit details
-
Copy full SHA for c58115f - Browse repository at this point
Copy the full SHA c58115fView commit details
Commits on May 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for da6d812 - Browse repository at this point
Copy the full SHA da6d812View commit details
Commits on May 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c1405df - Browse repository at this point
Copy the full SHA c1405dfView commit details
Commits on Oct 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5c44a0a - Browse repository at this point
Copy the full SHA 5c44a0aView commit details