Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 163fc3c

Browse files
committed
[build] fix various CI builds
1 parent 1409085 commit 163fc3c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ before_script:
4545
- cmake --version
4646
script:
4747
- make linux
48-
- make test-linux
48+
- make test
4949
after_script:
5050
- ccache --show-stats
5151
- ./platform/linux/scripts/after_script.sh ${TRAVIS_JOB_NUMBER} ${TRAVIS_TAG:-}
@@ -151,7 +151,6 @@ cache:
151151
directories:
152152
- $HOME/.ccache
153153
- $HOME/.cache/pip
154-
- .mason
155154
- node_modules
156155
- mason_packages/.binaries
157156

docker/linux/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ source ./scripts/travis_helper.sh
2121
source ./scripts/travis_setup.sh
2222

2323
make linux
24-
make test-linux
24+
make test

platform/macos/bitrise.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ workflows:
3333
gem install xcpretty --no-rdoc --no-ri
3434
export BUILDTYPE=Debug
3535
make macos
36-
make test-macos
36+
make test
3737
- is_debug: 'yes'
3838
- slack:
3939
title: Post to Slack

0 commit comments

Comments
 (0)