Skip to content

Commit

Permalink
Cleaning up, all seems working.
Browse files Browse the repository at this point in the history
	modified:   freebsd_meson.yml
	modified:   mac_meson.yml
	modified:   test.yml
  • Loading branch information
davea42 committed Dec 7, 2023
1 parent fcbe5ce commit 3d296d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/freebsd_meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
echo $SHELL
sudo pkg install -y python3 bash meson ninja pkgconf
sudo pkg install -y gmake binutils zstd
pwd
ls .
mkdir builddir && cd builddir
meson setup -Ddwarfexample=true . ..
ninja
ninja test
1 change: 0 additions & 1 deletion .github/workflows/mac_meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- name: tools
run: |
brew install meson ninja
brew install --overwrite pkgconf
- name:
run: |
mkdir builddir && cd builddir
Expand Down
15 changes: 7 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ jobs:
uses: cross-platform-actions/[email protected]
with:
operating_system: freebsd
sync_files: false
sync_files: true
version: '13.2'
run: |
uname -a
freebsd-version
echo $SHELL
sudo pkg install -y python3 bash automake
sudo pkg install -y gmake binutils lzlib
sh ./autogen.sh
sudo pkg install -y python3 bash automake pkgconf
sudo pkg install -y libtool gmake binutils lzlib
autoreconf --warnings=all -vif
./configure
make
make check
Expand All @@ -86,7 +86,7 @@ jobs:
uses: cross-platform-actions/[email protected]
with:
operating_system: freebsd
sync_files: false
sync_files: runner-to-vm
version: '13.2'
run: |
uname -a
Expand All @@ -108,14 +108,14 @@ jobs:
uses: cross-platform-actions/[email protected]
with:
operating_system: freebsd
sync_files: false
sync_files: runner-to-vm
version: '13.2'
run: |
uname -a
freebsd-version
echo $SHELL
sudo pkg install -y python3 bash meson ninja
sudo pkg install -y pkgconf gmake binutils lzlib
sudo pkg install -y pkgconf gmake binutils zstd
mkdir build && cd build
meson setup -Ddwarfexample=true . ..
ninja
Expand Down Expand Up @@ -157,7 +157,6 @@ jobs:
- name: brew
run: |
brew install meson ninja
#brew install --overwrite pkgconf
- name: meson
run: |
mkdir builddir && cd builddir
Expand Down

0 comments on commit 3d296d4

Please sign in to comment.