Skip to content

Commit

Permalink
Hmf
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsegev committed Oct 22, 2024
1 parent ccff5a8 commit cc0f03b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@

name: Windows CI

on:
push:
branches: [ "master", "rw8.0"]
pull_request:
branches: [ "master" ]
on: [push, pull_request]

permissions:
contents: read
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@

name: POSIX CI

on:
push:
branches: [ "master", "rw8.0"]
pull_request:
branches: [ "master" ]
on: [push, pull_request]

permissions:
contents: read
Expand All @@ -31,13 +27,15 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
- name: Install Gems
run: bundle install
- name: Make sure the folder exists
run: mkdir -p ../../../../lib/iodine
- name: Compile Iodine
run: |
echo CFLAGS = $CFLAGS
echo cflags = $cflags
echo HOME = $HOME
ruby -e 'puts Gem.default_dir'
bundle exec rake compile --trace
bundle exec rake compile
# env VERBOSE=1 bundle exec rspec --format documentation
# - name: Run tests
# run: bundle exec rake

0 comments on commit cc0f03b

Please sign in to comment.