File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 8080 cabal build all --enable-tests --dry-run
8181 cabal build all --enable-tests
8282 cabal test all --enable-tests --test-show-details=direct
83+
84+ openbsd :
85+ name : OpenBSD
86+ runs-on : ubuntu-latest
87+ steps :
88+ - name : Checkout
89+ uses : actions/checkout@v4
90+
91+ - name : Test in OpenBSD
92+ id : test
93+ uses : vmactions/openbsd-vm@v1
94+ with :
95+ release : " 7.7"
96+ usesh : true
97+ prepare : |
98+ pkg_add ghc cabal-install
99+
100+ run : |
101+
102+ pwd
103+ ls -lah
104+ whoami
105+ env
106+ sysctl hw.model
107+ sysctl hw.ncpu
108+ sysctl hw.physmem
109+ sysctl hw.usermem
110+
111+ ghc --version
112+ cabal --version
113+
114+ cabal update
115+ cabal build all --enable-tests --dry-run
116+ cabal build all --enable-tests
117+ cabal test all --enable-tests --test-show-details=direct
You can’t perform that action at this time.
0 commit comments