Skip to content

Commit

Permalink
Githubactions: Add workflow to build binaries for Centos
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Sep 10, 2024
1 parent 511f3b4 commit 988f286
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build_centos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release binaries
name: CentOS binaries
# This machine tests building the software on a both 32 and 64 Windows architecture.

on: [push]
Expand All @@ -21,9 +21,10 @@ jobs:
steps:

- name: clone the Yubico/yubihsm-shell repository
uses: actions/checkout@v3
with:
path: yubihsm-shell
run: |
git clone https://github.com/Yubico/yubihsm-shell.git
pwd
ls yubihsm-shell
- name: apply environment specific changes to CMakeLists.txt
working-directory: yubihsm-shell
Expand Down

0 comments on commit 988f286

Please sign in to comment.