Skip to content

Commit

Permalink
Print versions of swift, cmake, and msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
kendal committed Jun 11, 2024
1 parent fad7b7b commit 7ff35d6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/actions/windows-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ runs:
with:
github-repo: thebrowsercompany/swift-build
github-token: ${{ inputs.GITHUB_TOKEN }}
release-tag-name: 20240607.1
release-tag-name: 20231025.2
release-asset-name: installer-amd64.exe

- name: Print tool versions
shell: pwsh
run: |
Get-Command cmake
cmake --version
swift --version
cmake --version
cl --version
- name: Configure CMake
shell: cmd
Expand All @@ -43,9 +43,6 @@ runs:
echo "RUNNING SWIFTWINRT DIRECTLY"
cd /D D:\a\swift-winrt\swift-winrt\build\release\tests\test_component && D:\a\swift-winrt\swift-winrt\build\release\swiftwinrt\swiftwinrt.exe @D:/a/swift-winrt/swift-winrt/build/release/tests/test_component/SwiftWinRT.rsp
echo "GETTING SWIFT VERSION"
swift --version
echo "BUILDING tests/ MANUALLY"
cd ${{ github.workspace }}\tests
swift build -j 4 -Xswiftc -disable-round-trip-debug-types -c release --scratch-path ${{ github.workspace }}/build/release/tests -Xbuild-tools-swiftc="-I${{ github.workspace }}/swiftwinrt/Resources/CWinRT" -Xcc="-I${{ github.workspace }}/swiftwinrt/Resources/CWinRT"
Expand Down

0 comments on commit 7ff35d6

Please sign in to comment.