Skip to content

Commit

Permalink
Fix Linux pointer type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisakers committed Sep 25, 2017
1 parent d2b3472 commit 4ee8761
Show file tree
Hide file tree
Showing 5 changed files with 176 additions and 45 deletions.
3 changes: 3 additions & 0 deletions .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
set -e

if [[ $TRAVIS_OS_NAME == 'osx' ]]; then

echo "👉 Building with Xcode"
xcodebuild clean build -project ServerCrypto.xcodeproj -scheme ServerCrypto | xcpretty

echo "👉 Building with SPM in Debug mode"
swift package clean
Expand Down
Loading

0 comments on commit 4ee8761

Please sign in to comment.