mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Move modules to Modules folder.
This commit is contained in:
18
Modules/RSDatabase/.github/workflows/build.yml
vendored
Normal file
18
Modules/RSDatabase/.github/workflows/build.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: macOS-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout Project
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Switch to Xcode 12
|
||||
run: sudo xcode-select -s /Applications/Xcode_12.app
|
||||
|
||||
- name: Run Build
|
||||
run: swift build
|
||||
Reference in New Issue
Block a user