Skip to content

Commit

Permalink
Merge pull request #13 from cooljeanius/convert-cooljeanius-apple-gdb…
Browse files Browse the repository at this point in the history
…-1824-to-actions-20230921-054748

Convert cooljeanius/apple-gdb-1824 to GitHub Actions
(broken; will need to find a way to ignore system bfd headers...)
  • Loading branch information
cooljeanius authored Sep 21, 2023
2 parents 6f2b8b2 + e4e011a commit 8deacd5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/apple-gdb-1824.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: cooljeanius/apple-gdb-1824
on:
push:
branches:
- "**/*"
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
# # 'Transformers::TravisCI::Scripts::Dependencies' dependencies are currently unsupported
# # 'compiler' was not transformed because there is no suitable equivalent in GitHub Actions
- run: sudo apt-get update
- run: sudo apt-get install autogen gobjc gobjc++ gobjc-multilib gobjc++-multilib libopts25 libopts25-dev texinfo flex flex-doc binutils binutils-dev binutils-multiarch pax binutils-gold libcurses-perl dejagnu expect expect-dev libexpect-perl guile-2.2 guile-2.2-dev guile-2.2-libs tclreadline m4 xutils-dev gfortran gfortran-multilib gccgo gccgo-multilib libdmalloc-dev libdmalloc5 gnulib fastjar gdb gdbserver autopoint gperf help2man libextutils-f77-perl
- run: test -e ./.profile_generic && source ./.profile_generic
- run: cd src && ./configure --with-x --disable-werror --disable-opts-test --enable-64-bit-bfd --enable-silent-rules --with-system-zlib && make V=0
- run: pwd
if: "${{ success() }}"
- run: find . -name config.log | xargs cat | grep -i error | sort | uniq
if: "${{ failure() }}"
strategy:
matrix:
compiler:
- clang
- gcc

0 comments on commit 8deacd5

Please sign in to comment.