Skip to content

Commit

Permalink
Update Sample Folders (#283)
Browse files Browse the repository at this point in the history
* Update sample folders
  • Loading branch information
mwasplund authored Dec 29, 2024
1 parent 3561cf9 commit d165cc5
Show file tree
Hide file tree
Showing 87 changed files with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,33 +95,33 @@ jobs:
run: soup build ./Soup/Samples/C/WindowsApplication/ -flavor ${{matrix.config}}

- name: Soup Restore Cpp BuildExtension
run: soup restore ./Soup/Samples/Cpp/BuildExtension/Executable/
run: soup restore ./Soup/Samples/C++/BuildExtension/Executable/
- name: Soup Build Cpp BuildExtension
run: soup build ./Soup/Samples/Cpp/BuildExtension/Executable/ -flavor ${{matrix.config}}
run: soup build ./Soup/Samples/C++/BuildExtension/Executable/ -flavor ${{matrix.config}}
- name: Soup Build Cpp ConsoleApplication
run: soup build ./Soup/Samples/Cpp/ConsoleApplication/ -flavor ${{matrix.config}}
run: soup build ./Soup/Samples/C++/ConsoleApplication/ -flavor ${{matrix.config}}
- name: Soup Build Cpp DirectX
if: matrix.os == 'windows-2022'
run: soup build ./Soup/Samples/Cpp/DirectX/ -flavor ${{matrix.config}}
run: soup build ./Soup/Samples/C++/DirectX/ -flavor ${{matrix.config}}
- name: Soup Build Cpp DynamicLibrary
run: soup build ./Soup/Samples/Cpp/DynamicLibrary/Application/ -flavor ${{matrix.config}}
run: soup build ./Soup/Samples/C++/DynamicLibrary/Application/ -flavor ${{matrix.config}}
- name: Soup Build Cpp ModuleInterface
run: soup build ./Soup/Samples/Cpp/ModuleInterface/ -flavor ${{matrix.config}}
run: soup build ./Soup/Samples/C++/ModuleInterface/ -flavor ${{matrix.config}}
- name: Soup Restore Cpp ParseJsonFile
run: soup restore ./Soup/Samples/Cpp/ParseJsonFile/
run: soup restore ./Soup/Samples/C++/ParseJsonFile/
- name: Soup Build Cpp ParseJsonFile
run: soup build ./Soup/Samples/Cpp/ParseJsonFile/ -flavor ${{matrix.config}}
run: soup build ./Soup/Samples/C++/ParseJsonFile/ -flavor ${{matrix.config}}
- name: Soup Build Cpp StaticLibrary
run: soup build ./Soup/Samples/Cpp/StaticLibrary/Application/ -flavor ${{matrix.config}}
run: soup build ./Soup/Samples/C++/StaticLibrary/Application/ -flavor ${{matrix.config}}
- name: Soup Build Cpp WindowsApplication
if: matrix.os == 'windows-2022'
run: soup build ./Soup/Samples/Cpp/WindowsApplication/ -flavor ${{matrix.config}}
run: soup build ./Soup/Samples/C++/WindowsApplication/ -flavor ${{matrix.config}}

- name: Soup Restore CSharp BuildExtension
run: soup restore ./Soup/Samples/CSharp/BuildExtension/Executable/
run: soup restore ./Soup/Samples/C#/BuildExtension/Executable/
- name: Soup Build CSharp BuildExtension
run: soup build ./Soup/Samples/CSharp/BuildExtension/Executable/ -flavor ${{matrix.config}}
run: soup build ./Soup/Samples/C#/BuildExtension/Executable/ -flavor ${{matrix.config}}
- name: Soup Build CSharp ConsoleApplication
run: soup build ./Soup/Samples/CSharp/ConsoleApplication/ -flavor ${{matrix.config}}
run: soup build ./Soup/Samples/C#/ConsoleApplication/ -flavor ${{matrix.config}}
- name: Soup Build CSharp Library
run: soup build ./Soup/Samples/CSharp/Library/Application/ -flavor ${{matrix.config}}
run: soup build ./Soup/Samples/C#/Library/Application/ -flavor ${{matrix.config}}
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.
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.

0 comments on commit d165cc5

Please sign in to comment.