Skip to content

Commit

Permalink
Draft github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed Jan 31, 2024
1 parent 551a31b commit 4af77bf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build Xcode Project

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: macos-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Build project
run: make

0 comments on commit 4af77bf

Please sign in to comment.