Skip to content

add github CI

add github CI #4

Workflow file for this run

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
run: kas-container dump kas-pqc.yml
- name: Test
working-directory: ${{github.workspace}}
run: echo Test