From 75423fe0e43ac9c1e5adbd21f2ca03c5b87dadc2 Mon Sep 17 00:00:00 2001 From: shibbo Date: Sat, 26 Oct 2024 13:48:12 -0400 Subject: [PATCH] remove workflow and add in filters --- .github/workflows/build.yml | 40 ------------------------------------- .gitignore | 3 +++ 2 files changed, 3 insertions(+), 40 deletions(-) delete mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 0a398afb..00000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: Build Project - -on: - push: - branches: - - master - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Setup Multiarch - run: | - sudo dpkg --add-architecture i386 - sudo apt-get update - - - name: Install Wine and Dependencies - run: | - sudo apt-get install -y wine32 - sudo apt-get install -y xvfb - - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: '3.10.10' - - name: Download file - run: | - wget https://shibbo.net/smg/baserom.dol - - - name: Run setup.py - run: | - python3 setup.py - - - name: Run build.py - run: | - python3 build.py diff --git a/.gitignore b/.gitignore index b14cdf53..1e209fdf 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,6 @@ Compilers/* *.ninja_log doxygen/* scripts/* +.cache/* +compile_commands.json +objdiff.json \ No newline at end of file