Skip to content

Commit b3743d1

Browse files
committed
Testing GitHub Actions
1 parent 5f81acf commit b3743d1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/freebsd.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,14 @@ jobs:
3838
usesh: true
3939
prepare: |
4040
set -x
41-
sysctl hw.physmem
42-
freebsd-version
41+
sysctl hw.physmem; df -h .
42+
date; uname -a; freebsd-version
4343
pkg install -y gmake
4444
gmake --version
4545
clang++ --version
4646
run: |
4747
set -x
48-
whoami
49-
pwd
50-
ls -lah
48+
tty || :; id; printf %s\\n "$SHELL"; printf %s\\n "$PATH"; pwd
5149
gmake -j3 run GCC=clang GXX=clang++ CFLAGS='-Wno-psabi -O3 -fno-stack-protector -fcf-protection=none' MARCH=
5250
5351
- name: Upload Results

0 commit comments

Comments
 (0)