Skip to content

Commit

Permalink
Merge pull request #857 from Quick/bye-travis-ci
Browse files Browse the repository at this point in the history
Migrate Linux CI from Travis to GitHub Actions
  • Loading branch information
ikesyo authored Feb 6, 2021
2 parents 2bd114e + 0efde88 commit 0c6ff90
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 43 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,16 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: ./test swiftpm

swiftpm_linux:
name: SwiftPM, Linux
runs-on: ubuntu-latest
strategy:
matrix:
swift_version: [5.2, 5.3]
fail-fast: false
container: norionomura/swift:${{ matrix.swift_version }}
steps:
- uses: actions/checkout@v2
- run: swift build -Xswiftc -suppress-warnings
- run: swift test -Xswiftc -suppress-warnings --enable-test-discovery
43 changes: 0 additions & 43 deletions .travis.yml

This file was deleted.

0 comments on commit 0c6ff90

Please sign in to comment.