Skip to content

Commit d051b78

Browse files
committed
add nio deps to circleci
1 parent fa640ea commit d051b78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

circle.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ jobs:
1717
POSTGRES_DB: postgres
1818
POSTGRES_PASSWORD: ""
1919
steps:
20+
- run: apt-get update
21+
- run: apt-get install -yq libssl-dev pkg-config
2022
- checkout
2123
- run: swift build
2224
- run: swift test
25+
- run: swift build -c release
2326
workflows:
2427
version: 2
2528
tests:

0 commit comments

Comments
 (0)