Skip to content

Commit

Permalink
Add RHEL builds and collect libs
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
  • Loading branch information
tfcollins committed Jul 7, 2023
1 parent ebf67da commit 47d970c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/scripts/install_dependencies_rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
# yum install -y epel-release
# yum install -q -y cmake tar bzip2 gzip gcc gcc-c++ make fftw-devel python3-pip doxygen graphviz
yum install -q -y fftw-devel python3-pip
yum install -y centos-release-scl
yum install -y devtoolset-7-gcc-c++ --enablerepo='centos-sclo-rh'
scl enable devtoolset-7 'bash'
which gcc

pip3 install -r requirements_test.txt
pip3 install -r requirements_doc.txt
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Pushes
name: Linux and macOS Builds

on: [push, pull_request]

Expand Down

0 comments on commit 47d970c

Please sign in to comment.