From c148a9ab8b7b3514a0419a89dee24623a9663330 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Tue, 4 Jun 2019 11:48:03 -0400 Subject: [PATCH 1/3] Build semantic-core in CI. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd364d1e59..5c32213770 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,5 +33,5 @@ install: - cabal new-build --only-dependencies -j script: -- cabal new-build -j +- cabal new-build -j semantic-core semantic - cabal new-test semantic:test From 470f46956824ac80502acda1f80ae61f5b27889a Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Tue, 4 Jun 2019 14:29:46 -0400 Subject: [PATCH 2/3] Explicitly build the executable target. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5c32213770..0b29abb929 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,5 +33,5 @@ install: - cabal new-build --only-dependencies -j script: -- cabal new-build -j semantic-core semantic +- cabal new-build -j semantic-core semantic:exe:semantic - cabal new-test semantic:test From 51a0749386e2199b161c7c30615e73c210c566d7 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Tue, 4 Jun 2019 15:29:00 -0400 Subject: [PATCH 3/3] And run the semantic-core specs. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b29abb929..607b52c08c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,4 +34,4 @@ install: script: - cabal new-build -j semantic-core semantic:exe:semantic -- cabal new-test semantic:test +- cabal new-test semantic:test semantic-core:spec