From c364e734877d66c591669d426219db5b5792e2d6 Mon Sep 17 00:00:00 2001 From: Patric Mueller Date: Wed, 14 Dec 2022 10:04:43 +0100 Subject: [PATCH 1/2] windows test build --- .github/workflows/unnethack.yml | 46 ++------------------------------- 1 file changed, 2 insertions(+), 44 deletions(-) diff --git a/.github/workflows/unnethack.yml b/.github/workflows/unnethack.yml index fa6509d17..89dcd4f2c 100644 --- a/.github/workflows/unnethack.yml +++ b/.github/workflows/unnethack.yml @@ -8,48 +8,6 @@ on: branches: [ '*' ] jobs: - linux: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - name: configure - env: - CFLAGS: '-O2 -Wall -Wextra -fno-common -Werror=format -Werror=return-type -Werror=uninitialized -Werror=implicit-function-declaration -Wno-format-overflow' - LFLAGS: '-fno-common' - run: "./configure --with-owner=`id -un` --with-group=`id -gn` --enable-wizmode=`id -un` --enable-dummy-graphics --enable-lisp-graphics --enable-curses-graphics --disable-x11-graphics --enable-tty-graphics" - - - name: info - run: make debug_info - - - name: make - run: make all - - - name: install libcheck - run: sudo apt-get install check - - - name: make check - run: make check - - macos: - runs-on: macos-latest - - steps: - - uses: actions/checkout@v2 - - - name: configure - env: - CFLAGS: '-O2 -Wall -Wextra -fno-common -Werror=format -Werror=return-type -Werror=uninitialized -Werror=implicit-function-declaration' - LFLAGS: '-fno-common' - run: "./configure --with-owner=`id -un` --with-group=`id -gn` --enable-wizmode=`id -un` --enable-dummy-graphics --enable-lisp-graphics --enable-curses-graphics --disable-x11-graphics --enable-tty-graphics" - - - name: info - run: make debug_info - - - name: make - run: make all - windows: runs-on: ubuntu-latest @@ -62,8 +20,8 @@ jobs: # https://github.com/actions/runner-images/issues/4589 sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list sudo apt-get update -qq - sudo apt-get install -yqq --allow-downgrades libgd3/focal libpcre2-8-0/focal libpcre2-16-0/focal libpcre2-32-0/focal libpcre2-posix2/focal - sudo apt-get purge -yqq libmono* moby* mono* php* libgdiplus libpcre2-posix3 libzip4 + # sudo apt-get install -yqq --allow-downgrades libgd3/focal libpcre2-8-0/focal libpcre2-16-0/focal libpcre2-32-0/focal libpcre2-posix2/focal + sudo apt-get purge -yqq libmono* moby* mono* nginx* php* libgdiplus libpcre2-posix3 libzip4 # wine sudo apt-get install gcc-mingw-w64-i686 wine-development wine32 wine-binfmt imagemagick From ce18b3ecf3cb070ec49e60df7da00b985ed88e30 Mon Sep 17 00:00:00 2001 From: Patric Mueller Date: Thu, 15 Dec 2022 23:29:52 +0100 Subject: [PATCH 2/2] test2 --- .github/workflows/unnethack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unnethack.yml b/.github/workflows/unnethack.yml index 89dcd4f2c..83a004bb6 100644 --- a/.github/workflows/unnethack.yml +++ b/.github/workflows/unnethack.yml @@ -21,7 +21,7 @@ jobs: sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list sudo apt-get update -qq # sudo apt-get install -yqq --allow-downgrades libgd3/focal libpcre2-8-0/focal libpcre2-16-0/focal libpcre2-32-0/focal libpcre2-posix2/focal - sudo apt-get purge -yqq libmono* moby* mono* nginx* php* libgdiplus libpcre2-posix3 libzip4 + sudo apt-get purge -yqq libmono* moby* mono* php* libgdiplus libpcre2-posix3 libzip4 # wine sudo apt-get install gcc-mingw-w64-i686 wine-development wine32 wine-binfmt imagemagick