Skip to content

Commit

Permalink
- Removed test step from build, as the config is faulty currently
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej committed Apr 22, 2019
1 parent 96218fd commit 44df4ef
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,20 @@ jobs:
root: .
paths:
- build
test:
docker:
- image: ubuntu:18.04
steps:
- attach_workspace:
at: ./build
- run: ./OCTests

#- checkout

#test:
# docker:
# - image: ubuntu:18.04
# steps:
# - attach_workspace:
# at: ./build
# - run: ./OCTests

workflows:
version: 2
build_and_test:
jobs:
- build
- test:
requires:
- build
#- test:
# requires:
# - build

0 comments on commit 44df4ef

Please sign in to comment.