mirror of
https://github.com/SMGCommunity/Petari.git
synced 2024-12-04 03:32:08 +00:00
remove workflow and add in filters
This commit is contained in:
parent
f57d4a81f1
commit
75423fe0e4
40
.github/workflows/build.yml
vendored
40
.github/workflows/build.yml
vendored
@ -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
|
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -36,3 +36,6 @@ Compilers/*
|
|||||||
*.ninja_log
|
*.ninja_log
|
||||||
doxygen/*
|
doxygen/*
|
||||||
scripts/*
|
scripts/*
|
||||||
|
.cache/*
|
||||||
|
compile_commands.json
|
||||||
|
objdiff.json
|
Loading…
Reference in New Issue
Block a user