Skip to content

Commit

Permalink
CI Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelhetzel committed Aug 29, 2023
1 parent dea57ba commit 05edf96
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/commit_checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Edgeless Commit Checks
on:
push:
jobs:
build:
runs-on:
- self-hosted
container:
image: fedora:latest
steps:
- name: Setup Deps
run: dnf -y curl install lldb openssl openssl-devel protobuf protobuf-compiler protobuf-devel clang
- name: Setup Rust
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- uses: actions/checkout@v3
- name: Build
run: cargo build

0 comments on commit 05edf96

Please sign in to comment.