* start refactoring, legacy load still working

* account for path in meta file

* meta

* clang format

* zip stuff

* clang format

* remove a space

* libzip

* zipcmp

* zipmerge

* ziptool

* do it in tidyformat too

* merge?

* call it

* open/close as names

* error thing

* auto

* fix build

* indexfile
This commit is contained in:
briaguya
2024-02-19 15:40:29 -05:00
committed by GitHub
parent 5c487db817
commit be3a87eefc
10 changed files with 95 additions and 23 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ jobs:
steps:
- name: Install dependencies
run: |
brew install sdl2 libpng glew ninja
brew install sdl2 libpng glew ninja libzip
- uses: actions/checkout@v2
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2
@@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libsdl2-dev libpng-dev libglew-dev ninja-build
sudo apt-get install -y libsdl2-dev libpng-dev libglew-dev libzip-dev zipcmp zipmerge ziptool ninja-build
- uses: actions/checkout@v2
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libsdl2-dev libpng-dev libglew-dev ninja-build clang-tidy clang-format-12
sudo apt-get install -y libsdl2-dev libpng-dev libglew-dev libzip-dev zipcmp zipmerge ziptool ninja-build clang-tidy clang-format-12
- uses: actions/checkout@v3
with:
fetch-depth: 2