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 62ecff5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and Test

on: [push, pull_request]
on: [pull_request]

jobs:
build_debian_derivatives:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and Test - Windows

on: [push, pull_request]
on: [pull_request]

jobs:
source:
Expand Down
10 changes: 6 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,11 @@ jobs:
steps:

- name: clone the Yubico/yubihsm-shell repository
uses: actions/checkout@v3
with:
path: yubihsm-shell
run: |
yum -y install git
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release binaries
# This machine tests building the software on a both 32 and 64 Windows architecture.

on: [push]
on: [pull_request]

jobs:

Expand Down

0 comments on commit 62ecff5

Please sign in to comment.