comment out test_libs because of gcc dep in tmlibs

This commit is contained in:
Ethan Buchman 2018-03-27 11:44:53 -04:00 committed by Anton Kaliaev
parent 2644a529f0
commit 70e7454c21
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 20 additions and 20 deletions

View File

@ -130,18 +130,18 @@ jobs:
paths:
- "profiles/*"
test_libs:
<<: *defaults
steps:
- attach_workspace:
at: /tmp/workspace
- restore_cache:
key: v1-pkg-cache
- restore_cache:
key: v1-tree-{{ .Environment.CIRCLE_SHA1 }}
- run:
name: Run tests
command: bash test/test_libs.sh
#test_libs:
# <<: *defaults
# steps:
# - attach_workspace:
# at: /tmp/workspace
# - restore_cache:
# key: v1-pkg-cache
# - restore_cache:
# key: v1-tree-{{ .Environment.CIRCLE_SHA1 }}
# - run:
# name: Run tests
# command: bash test/test_libs.sh
test_persistence:
<<: *defaults
@ -205,14 +205,14 @@ workflows:
- test_cover:
requires:
- setup_dependencies
- test_libs:
filters:
branches:
only:
- develop
- master
requires:
- setup_dependencies
#- test_libs:
#- filters:
#- branches:
#- only:
#- - develop
#- - master
#- requires:
#- - setup_dependencies
- test_persistence:
requires:
- setup_abci