diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a63028a89051074d0f20fb98f04f58028a037067..dd63aaa060e520efd2a074094b32f8250a1a46ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,26 +3,26 @@ stages: - linux -TestMXNET: - stage: linux - image: registry.git.rwth-aachen.de/monticore/embeddedmontiarc/applications/mnistcalculator/mxnet:v0.0.5 - script: - - cd mxnet - - chmod +x build.sh - - ./build.sh - - RES=$(./build/src/cpp/DigitCalculator resources/images/1.png resources/images/2.png resources/images/3.png resources/images/4.png resources/images/5.png resources/images/6.png) - - "if [[ $RES != *\"SUM: 579\"* ]]; then echo \"Wrong result:\" $RES; exit 1; fi;" - - -TestCAFFE2: - stage: linux - image: registry.git.rwth-aachen.de/monticore/embeddedmontiarc/applications/mnistcalculator/caffe2:v0.0.2 - script: - - cd caffe2 - - chmod +x build.sh - - ./build.sh - - RES=$(./build/src/cpp/DigitCalculator resources/images/2.jpg resources/images/3.jpg resources/images/4.png resources/images/6.png resources/images/2.jpg resources/images/3.jpg) - - "if [[ $RES != *\"SUM: 857\"* ]]; then echo \"Wrong result:\" $RES; exit 1; fi;" +#TestMXNET: +# stage: linux +# image: registry.git.rwth-aachen.de/monticore/embeddedmontiarc/applications/mnistcalculator/mxnet:v0.0.5 +# script: +# - cd mxnet +# - chmod +x build.sh +# - ./build.sh +# - RES=$(./build/src/cpp/DigitCalculator resources/images/1.png resources/images/2.png resources/images/3.png resources/images/4.png resources/images/5.png resources/images/6.png) +# - "if [[ $RES != *\"SUM: 579\"* ]]; then echo \"Wrong result:\" $RES; exit 1; fi;" + + +#TestCAFFE2: +# stage: linux +# image: registry.git.rwth-aachen.de/monticore/embeddedmontiarc/applications/mnistcalculator/caffe2:v0.0.2 +# script: +# - cd caffe2 +# - chmod +x build.sh +# - ./build.sh +# - RES=$(./build/src/cpp/DigitCalculator resources/images/2.jpg resources/images/3.jpg resources/images/4.png resources/images/6.png resources/images/2.jpg resources/images/3.jpg) +# - "if [[ $RES != *\"SUM: 857\"* ]]; then echo \"Wrong result:\" $RES; exit 1; fi;" TestGLUON: stage: linux diff --git a/mnist-calculator/pom.xml b/mnist-calculator/pom.xml index 6e14fd4901a78972172cd049fdd10dfe297565b5..558c98916f38ed59d0e017e60f53c74e56763a2a 100644 --- a/mnist-calculator/pom.xml +++ b/mnist-calculator/pom.xml @@ -11,7 +11,7 @@ - 0.0.11-SNAPSHOT + 0.0.19 @@ -26,7 +26,7 @@ de.monticore.lang.monticar.utilities maven-streamtest - 0.0.16 + 0.0.19 @@ -87,7 +87,7 @@ de.monticore.lang.monticar.utilities maven-streamtest - 0.0.17 + 0.0.19 ./src/main/ema/emadl/models ./src/main/ema/emadl/models