Skip to content

Commit 0722d78

Browse files
authored
Merge pull request #78 from nsaunders/make-examples-spago
Use spago to build examples/guides.
2 parents 824f3b3 + 7030861 commit 0722d78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ script:
3636
- if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then export VERSION=pull-request-job-$TRAVIS_JOB_NUMBER;
3737
fi
3838
- if [[ "$TRAVIS_TAG" != "" ]]; then export VERSION=$TRAVIS_TAG; fi
39+
- pulp build
40+
- rm -rf bower_components output
3941
- spago build
4042
- spago test
41-
- rm -rf .spago output
42-
- pulp build
4343
- make examples
4444
- make docs
4545

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ examples:
1010
# repository instead.
1111
# make -C docs/src/extensions/type-level-routing/examples build
1212
#
13-
pulp build -I docs/src/topic-guides
14-
pulp build -I examples
13+
spago build -p docs/src/topic-guides/**/*.purs
14+
spago build -p examples/**/*.purs

0 commit comments

Comments
 (0)