X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e40c6160ce5da38cdc78427d18b619348b3961c7..56651d7c6d0cc1c2108ca0d8de7e34462acd0514:/.circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml index 768dcda046..3c955d6f0e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ # This is the configuration file for the https://circleci.com/ continuous integration server # -# Copyright (c) 2017-2018. The SimGrid team. All rights reserved. -# +# Copyright (c) 2017-2020. The SimGrid team. All rights reserved. +# # This program is free software; you can redistribute it and/or modify it # under the terms of the license (GNU LGPL) which comes with this package. @@ -19,5 +19,5 @@ jobs: name: Configure, build and test da stuff command: | mkdir _build && cd _build - cmake -Denable_documentation=OFF -Denable_coverage=ON -Denable_java=ON -Denable_model-checking=OFF -Denable_lua=OFF -Denable_compile_optimizations=OFF -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=OFF -Denable_compile_warnings=ON .. - make -j4 && ctest -j4 --output-on-failure + cmake -Denable_documentation=OFF -Denable_coverage=ON -Denable_java=ON -Denable_msg=ON -Denable_model-checking=OFF -Denable_lua=OFF -Denable_compile_optimizations=OFF -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=OFF -Denable_compile_warnings=ON .. + make -j4 tests && ctest -j4 --output-on-failure