Skip to content

Commit

Permalink
CI: use csh in FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
pippocao committed Sep 26, 2024
1 parent f91afbd commit 406adec
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/build_for_all_platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,16 +182,16 @@ jobs:
id: RunInFreeBSD
uses: vmactions/freebsd-vm@v1
with:
usesh: true
prepare: |
pkg install -y gcc cmake openjdk11
run: |
echo "AAAAAAAA"
cd build/lib/unix_like
chmod +x *.sh
./GenerateDynamicLib_Clang.sh
./GenerateStaticLib_Clang.sh
pwd
ls -lah
whoami
env
freebsd-version
sysctl hw.model
sysctl hw.ncpu
sysctl hw.physmem
sysctl hw.usermem
build-freebsd-gcc:
runs-on: ubuntu-latest
Expand All @@ -203,15 +203,14 @@ jobs:
id: RunInFreeBSD
uses: vmactions/freebsd-vm@v1
with:
usesh: true
prepare: |
pkg install -y gcc cmake openjdk11
run: |
cd build/lib/unix_like
chmod +x *.sh
./GenerateDynamicLib_GCC.sh
./GenerateStaticLib_GCC.sh
csh ./GenerateDynamicLib_GCC.sh
csh ./GenerateStaticLib_GCC.sh
build-debian-clang:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 406adec

Please sign in to comment.