Skip to content

Commit

Permalink
Renamed source code folder
Browse files Browse the repository at this point in the history
  • Loading branch information
grunt-lucas committed Oct 15, 2024
1 parent 7336956 commit eafbc17
Show file tree
Hide file tree
Showing 1,048 changed files with 17 additions and 15 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/dev_build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Porytiles PR Build
name: Porytiles PR / Develop Build
on:
pull_request:
branches: [ "develop" ]
Expand Down Expand Up @@ -29,15 +29,15 @@ jobs:

- name: Build the project
run: |
cd Porytiles-1.X.X
cd Porytiles-1.x
export CXX=clang++-16
cmake -B build
cd build
cmake --build .
- name: Run test suite
run: |
./Porytiles-1.X.X/build/test/PorytilesTestSuite
./Porytiles-1.x/build/test/PorytilesTestSuite
build-linux-amd64-gcc:
name: Build on linux-amd64 with gcc
Expand All @@ -61,15 +61,15 @@ jobs:

- name: Build the project
run: |
cd Porytiles-1.X.X
cd Porytiles-1.x
export CXX=g++-13
cmake -B build
cd build
cmake --build .
- name: Run test suite
run: |
./Porytiles-1.X.X/build/test/PorytilesTestSuite
./Porytiles-1.x/build/test/PorytilesTestSuite
build-macos-arm64-clang-llvm:
name: Build on macos-arm64 with clang
Expand All @@ -93,12 +93,12 @@ jobs:
# package versions deeply buried in some ancient MacOS system framework
- name: Build the project
run: |
cd Porytiles-1.X.X
cd Porytiles-1.x
export CXX=/opt/homebrew/opt/llvm@16/bin/clang++
cmake -DCMAKE_FIND_FRAMEWORK=NEVER -B build
cd build
cmake --build .
- name: Run test suite
run: |
./Porytiles-1.X.X/build/test/PorytilesTestSuite
./Porytiles-1.x/build/test/PorytilesTestSuite
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.DS_Store

# Build artifacts and executables
Porytiles-1.X.X/build/**
Porytiles-1.x/build/**

# LLVM coverage files
default.profraw
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit eafbc17

Please sign in to comment.