diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 7cd14570..00000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,28 +0,0 @@ -# NOTE: This file is not part of the official higan source, it's been added -# to help build WIP binaries with minimal fuss. - -image: ubuntu:latest - -bsnes-linux-x86_64-binaries: - script: - - apt-get update && apt-get -y install build-essential libgtk2.0-dev libpulse-dev mesa-common-dev libgtksourceview2.0-dev libcairo2-dev libsdl2-dev libxv-dev libao-dev libopenal-dev libudev-dev - - make -C bsnes - - mkdir bsnes-nightly - - cp -a bsnes/out/bsnes bsnes-nightly/bsnes - - cp -a shaders bsnes-nightly/ - - cp -a GPLv3.txt bsnes-nightly/ - artifacts: - paths: - - bsnes-nightly/* - -bsnes-windows-x86_64-binaries: - script: - - apt-get update && apt-get -y install build-essential mingw-w64 - - make -C bsnes platform=windows compiler="x86_64-w64-mingw32-g++" windres="x86_64-w64-mingw32-windres" - - mkdir bsnes-nightly - - cp -a bsnes/out/bsnes bsnes-nightly/bsnes.exe - - cp -a shaders bsnes-nightly/ - - cp -a GPLv3.txt bsnes-nightly/ - artifacts: - paths: - - bsnes-nightly/* diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 8737e5a8..00000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,9 +0,0 @@ -Contributing to higan -===================== - -If you would like to propose a change to bsnes, -you should create an account on the [unofficial forums][f], -go to the "Projects" forum, -and post your idea in a new topic there. - -[f]: https://helmet.kafuka.org/bboard/