Files
Sourcetrail/.travis.yml
mlangkabel 8618c0b01f Revert "test"
This reverts commit 21d2520b31.
2020-02-05 20:20:32 +01:00

19 lines
388 B
YAML

language: bash
os:
- linux
- windows
services: docker
install:
- 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