X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/25c2fc2c97dacf157c9608e4291d744f28f200ca..6fbcdfade89b3812c24152c86f8aa3be510df7f2:/doc/doxygen/inside_tests.doc diff --git a/doc/doxygen/inside_tests.doc b/doc/doxygen/inside_tests.doc index abda87d5b5..fe9bfa9af3 100644 --- a/doc/doxygen/inside_tests.doc +++ b/doc/doxygen/inside_tests.doc @@ -138,8 +138,6 @@ We use Jenkins on Inria servers as a workhorse: it runs all of our tests for many configurations. It takes a long time to answer, and it often reports issues but when it's green, then you know that SimGrid is very fit! -We use AppVeyor -to build and somehow test SimGrid on windows. @subsection inside_tests_jenkins Jenkins on the Inria CI servers @@ -193,7 +191,7 @@ dnf install libboost-devel openjdk-8-jdk openjdk-8-jre libxslt-devel libxml2-dev pkg_add cmake gcc7 boost boost-headers automake openjdk8 libxslt libxml2 libunwind git htop python36 #opensuse -zypper install cmake automake clang boost-devel java-1_8_0-openjdk-devel libxslt-devel libxml2-devel xsltproc git python3 libdw-devel libevent-devel libunwind-devel htop binutils ggc7-fortran +zypper install cmake automake clang boost-devel libxslt-devel libxml2-devel xsltproc git python3 libdw-devel libevent-devel libunwind-devel htop binutils ggc7-fortran #freebsd pkg install boost-libs cmake openjdk8 automake libxslt libxml2 libunwind git htop python3 automake gcc6 flang elfutils libevent @@ -203,18 +201,6 @@ pkg install boost-libs cmake openjdk8 automake libxslt libxml2 libunwind git hto brew install cmake boost libunwind-headers libxslt git python3 @endverbatim -@subsection inside_tests_appveyor AppVeyor - -Our configuration is in the file appveyor.yml as it should -be, and the result is here: https://ci.appveyor.com/project/mquinson/simgrid - -We use @c Choco as a package manager on AppVeyor, and it is sufficient -for us. In the future, we will probably move to the ubuntu subsystem -of Windows 10: SimGrid performs very well under these settings, as -tested on Inria's CI servers. For the time being having a native -library is still useful for the Java users that don't want to install -anything beyond Java on their windows. - @subsection inside_tests_debian Debian builders Since SimGrid is packaged in Debian, we benefit from their huge