Skip to content

Commit

Permalink
added build github action
Browse files Browse the repository at this point in the history
  • Loading branch information
boldandbrad committed Nov 10, 2023
1 parent c26c4fd commit 5f17100
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build
on:
push:
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- run: |
mkdir -p ~/dotfiles-install-dir
- run: |
HOME=~/dotfiles-install-dir ./install

0 comments on commit 5f17100

Please sign in to comment.