Skip to content

Commit

Permalink
Create ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Timot05 authored Mar 16, 2024
1 parent 9a25876 commit e5f9972
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI Pipeline

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest

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

- name: Build
uses: docker://ghcr.io/atopile/atopile-kicad

- name: Upload Combined Artifacts
uses: actions/upload-artifact@v3
with:
name: build
path: build

0 comments on commit e5f9972

Please sign in to comment.