File tree Expand file tree Collapse file tree 3 files changed +27
-41
lines changed
Expand file tree Collapse file tree 3 files changed +27
-41
lines changed Original file line number Diff line number Diff line change 1+ name : ci
2+ on :
3+ - push
4+
5+ jobs :
6+ lint :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - uses : actions/checkout@v2
10+ - uses : norio-nomura/action-swiftlint@3.2.1
11+ macos-test :
12+ strategy :
13+ matrix :
14+ swift-version :
15+ - " 5.5"
16+ - " 5.4"
17+ - " 5.3"
18+ runs-on : macos-latest
19+ steps :
20+ - uses : actions/checkout@v2
21+ - uses : fwal/setup-swift@v1
22+ with :
23+ swift-version : ${{ matrix.swift-version }}
24+ - run : swift test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# AccelerateArray
22
3- [ ![ Swift Version] ( https://img.shields.io/badge/swift-5.3 -blue.svg )] ( https://swift.org )
4- ![ Platform] ( https://img.shields.io/badge/platform-osx--64 -lightgray.svg )
5- [ ![ Build Travis-CI Status ] ( https://travis-ci.org /dastrobu/AccelerateArray.svg?branch=master )] ( https://travis- ci.org/dastrobu/AccelerateArray )
3+ [ ![ Swift Version] ( https://img.shields.io/badge/swift-5.5 -blue.svg )] ( https://swift.org )
4+ ![ Platform] ( https://img.shields.io/badge/platform-macOS -lightgray.svg )
5+ ![ Build] ( https://github.com /dastrobu/AccelerateArray/actions/workflows/ ci.yaml/badge.svg )
66[ ![ documentation] ( https://github.com/dastrobu/AccelerateArray/raw/master/docs/badge.svg?sanitize=true )] ( https://dastrobu.github.io/AccelerateArray/ )
77
88Swift Array Extensions for the Apple Accelerate Framework.
You can’t perform that action at this time.
0 commit comments