1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-07-07 11:53:28 +02:00
tensorflow-haskell/ci_build/outer_launch_tests.sh
Greg Steuck 2b5e41ffeb Make code --pedantic (#35)
* Enforce pedantic build mode in CI.
* Our imports drifted really far from where they should be.
2016-11-18 10:42:02 -08:00

12 lines
255 B
Bash
Executable File

#!/bin/bash
# Builds a test image and runs the tests inside.
set -eu -o pipefail
IMAGE_NAME=tensorflow/haskell/ci_build:v0
git submodule update
docker build -t $IMAGE_NAME -f ci_build/Dockerfile .
docker run $IMAGE_NAME stack build --pedantic --test