File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ script:
36
36
- if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then export VERSION=pull-request-job-$TRAVIS_JOB_NUMBER;
37
37
fi
38
38
- if [[ "$TRAVIS_TAG" != "" ]]; then export VERSION=$TRAVIS_TAG; fi
39
+ - pulp build
40
+ - rm -rf bower_components output
39
41
- spago build
40
42
- spago test
41
- - rm -rf .spago output
42
- - pulp build
43
43
- make examples
44
44
- make docs
45
45
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ examples:
10
10
# repository instead.
11
11
# make -C docs/src/extensions/type-level-routing/examples build
12
12
#
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
You can’t perform that action at this time.
0 commit comments