This commit is contained in:
mlangkabel
2020-02-05 07:35:39 +01:00
parent cff407eb54
commit 560c44ae9b
3 changed files with 15 additions and 1 deletions
+7 -1
View File
@@ -7,6 +7,12 @@ os:
services: docker
install:
- echo "$TRAVIS_OS_NAME"
- echo "$TRAVIS_OS_NAME"
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then docker build -t coatisoftware/local deployment/dockerfiles/windows/travis_ci; fi
script:
- COMMIT_HASH=$(git rev-parse HEAD)
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then docker run --name builder coatisoftware/local ${COMMIT_HASH}; fi
@@ -0,0 +1,5 @@
FROM coatisoftware/windows_64_qt_llvm:qt5123-llvm900
COPY entrypoint.bat /entrypoint.bat
ENTRYPOINT ["/entrypoint.bat"]
@@ -0,0 +1,3 @@
echo "building commit: $1"