From 930e4cfaeb0a8110d9811fa4ec5fe0c0048398da Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 22 Jan 2019 20:57:40 +0100 Subject: [PATCH] appveyor: also build and test python --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 3653ad4df2..976c6c11d0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -44,8 +44,8 @@ install: build_script: - cmake -G "MinGW Makefiles" -Denable_lua=OFF -Denable_documentation=OFF -Denable_java=ON -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF . -- mingw32-make.exe VERBOSE=1 java-all # Only the Java parts -- ctest --output-on-failure -R java +- mingw32-make.exe VERBOSE=1 java-all python-bindings # Only the Java and Python parts +- ctest --output-on-failure -R java python artifacts: - path: simgrid.jar -- 2.20.1