Skip to content

Commit

Permalink
add github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
embetrix committed Jan 2, 2025
1 parent 81232e0 commit 1f189cd
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Thank you for contributing to `meta-pqc`!

By submitting this pull request, you confirm that:
- This contribution is your original work or you have the necessary rights to submit it.
- You agree to the terms outlined in the project's Contributor License Agreement (CLA).
25 changes: 25 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: CI

on:
push:
branches: [ "scarthgap" ]
pull_request:
branches: [ "scarthgap" ]

# env:
# #BUILD_TYPE: Release

jobs:
build:
runs-on: self-hosted

steps:
- uses: actions/checkout@v4

- name: Build
run: kas-container build kas-pqc.yml

- name: Test
working-directory: ${{github.workspace}}
run: echo Test

0 comments on commit 1f189cd

Please sign in to comment.