-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update workflow.yaml * Update README.md * Update new_pins.h * Update workflow.yaml * Update workflow.yaml * fx * fx * fx * rellll * fix * fix errors * ddddddd * qqq * fx * tr * w * s * tr * tr * tr * tr * tr * tr * tr * tr1 * tr * tr * test * tr * tr3 * fix * tr1 * Update workflow.yaml * dlls * tr * tr * needs * flat * tr
- Loading branch information
1 parent
afa7b8a
commit 23cf6c5
Showing
8 changed files
with
492 additions
and
807 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,39 @@ jobs: | |
echo "::set-output name=short_ref::${BRANCHTRANSLATED}" | ||
echo "::set-output name=sha_short::SHA-$(git rev-parse --short=12 HEAD)" | ||
echo "::set-output name=version::${VERSION}" | ||
build2: | ||
name: Build Simulator | ||
needs: refs | ||
runs-on: windows-latest | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2 | ||
|
||
- name: Setup MSBuild | ||
uses: microsoft/[email protected] | ||
|
||
- name: Checkout simulator repository | ||
run: | | ||
git clone https://github.com/openshwprojects/obkSimulator | ||
mkdir -p ./libs_for_simulator | ||
cp -r ./obkSimulator/simulator/libs_for_simulator/* ./libs_for_simulator | ||
- name: Build project | ||
run: msbuild openBeken_win32_mvsc2017.vcxproj /p:Configuration=Release /p:PlatformToolset=v143 | ||
- name: Flatten build assets | ||
run: | | ||
mkdir -p flat | ||
cp ./Release/openBeken_win32.exe flat/ | ||
cp ./obkSimulator/simulator/*.dll flat/ | ||
- name: Compress build assets | ||
run: | | ||
Compress-Archive -Path flat/* -DestinationPath obkSimulator_win32_${{ needs.refs.outputs.version }}.zip | ||
- name: Upload build assets | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: obkSimulator_win32_${{ needs.refs.outputs.version }} | ||
path: obkSimulator_win32_${{ needs.refs.outputs.version }}.zip | ||
build: | ||
name: Build | ||
needs: refs | ||
|
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters