Commit fb8c43c8 authored by Michael Goette's avatar Michael Goette
Browse files

added pytest for python3 to ci

parent d7fb61f9
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -46,6 +46,12 @@ job_build_python3:
  script: "g++ --version; cp .config.mk.ci.gcc config.mk; make python3"
  when: always

job_test_python3:
  stage: test_python3
  script: "g++ --version; cp .config.mk.ci.gcc config.mk; make test_python3"
  when: always


job_make_clang:
  stage: build_clang
  script: "clang++ --version; cp .config.mk.ci.clang config.mk; make XerusTest; cp XerusTest ../"