Skip to content

Commit

Permalink
Fix Readme and added UnitTests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AdventureT committed Nov 11, 2023
1 parent b66731a commit af0cd6e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ jobs:
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.1

- name: Build Toshi
- name: Build OpenJPOG
working-directory: ${{env.GITHUB_WORKSPACE}}
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}

- name: Run UnitTests
run: .\bin\Release_Windows_x86\UnitTests\UnitTests.exe

- name: Publish Artifact
uses: actions/upload-artifact@v2
Expand Down
3 changes: 3 additions & 0 deletions GenerateProjects-VS2019.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off
.\vendor\premake\premake5.exe vs2019 --arch=x86
pause
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Building on Windows requires
Clone the repository with the following commands:

git clone https://github.com/AdventureT/OpenJPOG.git
cd OpenToshi
cd OpenJPOG
git submodule update --init --recursive
./GenerateProjects-VS2019.bat (if you use Visual Studio 2019)
./GenerateProjects-VS2022.bat (if you use Visual Studio 2022)
Expand Down

0 comments on commit af0cd6e

Please sign in to comment.