-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: xiaoming <[email protected]>
- Loading branch information
1 parent
edc8d66
commit 1404630
Showing
13 changed files
with
132 additions
and
31 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
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 |
---|---|---|
|
@@ -9,6 +9,8 @@ on: | |
- 'README_zh_CN.md' | ||
- 'DEVELOPNOTE.md' | ||
- '.readthedocs.yaml' | ||
tags: | ||
- V** | ||
pull_request: | ||
branches: [ main ] | ||
paths-ignore: | ||
|
@@ -29,7 +31,8 @@ jobs: | |
- name: Install Qt | ||
uses: jurplel/install-qt-action@v3 | ||
with: | ||
version: '6.2.0' | ||
version: '6.5.3' | ||
aqtversion: ==3.1.7 | ||
|
||
- name: Install prerequisites | ||
run: | | ||
|
@@ -40,9 +43,8 @@ jobs: | |
- name: Build all | ||
run: | | ||
git fetch --tags --force | ||
git describe --always --long --dirty --abbrev=10 --tags | awk '{print "\""$0"\""}' > git_tag.inc | ||
sed -i'.original' -e 's/git_tag.inc/git_tag.ci.inc/g' QFSViewer.pro | ||
sed -i'.original' -e 's/QT_DIR=\/opt\/Qt6.2.0\/6.2.0\/gcc_64/QT_DIR=$(cd "$(dirname "$0")";pwd)\/..\/Qt\/6.2.0\/macos/g' build_dmg.sh | ||
sed -i'.original' -e 's/--long --dirty/--long/g' ./tools/generate_info.sh | ||
sed -i'.original' -e 's/QT_DIR=\/opt\/Qt6.2.0\/6.2.0\/gcc_64/QT_DIR=$(cd "$(dirname "$0")";pwd)\/..\/Qt\/6.5.3\/macos/g' build_dmg.sh | ||
./build_dmg.sh | ||
|
||
- name: Upload build asserts | ||
|
@@ -56,3 +58,40 @@ jobs: | |
run: | | ||
sudo hdiutil attach ./build_release/out/QFSViewer.dmg | ||
/Volumes/QFSViewer/QFSViewer.app/Contents/MacOS/QFSViewer --version | ||
|
||
macos_arm64: | ||
runs-on: macos-14 | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Install Qt | ||
uses: jurplel/install-qt-action@v3 | ||
with: | ||
version: '6.5.3' | ||
aqtversion: ==3.1.7 | ||
|
||
- name: Install prerequisites | ||
run: | | ||
ruby - e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2 > /dev/null | ||
brew install --build-from-source cmake | ||
brew install create-dmg | ||
|
||
- name: Build all | ||
run: | | ||
git fetch --tags --force | ||
sed -i'.original' -e 's/--long --dirty/--long/g' ./tools/generate_info.sh | ||
sed -i'.original' -e 's/QT_DIR=\/opt\/Qt6.2.0\/6.2.0\/gcc_64/QT_DIR=$(cd "$(dirname "$0")";pwd)\/..\/Qt\/6.5.3\/macos/g' build_dmg.sh | ||
./build_dmg.sh | ||
|
||
- name: Upload build asserts | ||
uses: actions/[email protected] | ||
with: | ||
name: QFSViewer_macos_arm64 | ||
path: | | ||
./build_release/out/QFSViewer.dmg | ||
|
||
- name: Run tests | ||
run: | | ||
sudo hdiutil attach ./build_release/out/QFSViewer.dmg | ||
/Volumes/QFSViewer/QFSViewer.app/Contents/MacOS/QFSViewer --version |
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ Architecture: amd64 | |
Section: utils | ||
Depends: | ||
Recommends: | ||
Source: QFSViewer | ||
Source: qfsviewer | ||
Installed-Size: #SIZE# | ||
Priority: extra | ||
Maintainer: QQxiaoming <[email protected]> | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
"V0.1.1-11-gb8890211b6" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
$git_info = $(git describe --always --long --dirty --abbrev=10 --tags) | ||
$git_short_hash = $(git rev-parse --short HEAD) | ||
$git_hash = $(git rev-parse HEAD) | ||
$date_info = $([String]::Format("{0:yyyy-MM-ddTHH:mm:ss.fffZ}", $(Get-Date).ToUniversalTime())) | ||
|
||
Write-Output "#ifndef __BUILD_INFO_H__" | ||
Write-Output "#define __BUILD_INFO_H__" | ||
Write-Output "" | ||
Write-Output "#define BUILD_INFO ""$git_info""" | ||
Write-Output "#define BUILD_INFO_LEN $($git_info.Length)" | ||
Write-Output "#define BUILD_HASH ""$git_hash""" | ||
Write-Output "#define BUILD_HASH_LEN $($git_hash.Length)" | ||
Write-Output "#define BUILD_SHORT_HASH ""$git_short_hash""" | ||
Write-Output "#define BUILD_SHORT_HASH_LEN $($git_short_hash.Length)" | ||
Write-Output "#define BUILD_DATE ""$date_info""" | ||
Write-Output "#define BUILD_DATE_LEN $($date_info.Length)" | ||
Write-Output "" | ||
Write-Output "#endif // __BUILD_INFO_H__" | ||
|
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
UNAMEOUT="$(uname -s)" | ||
case "${UNAMEOUT}" in | ||
Linux*) | ||
date_info=$(date +"%Y-%m-%dT%H:%M:%S.%3NZ") | ||
;; | ||
Darwin*) | ||
date_info=$(gdate +"%Y-%m-%dT%H:%M:%S.%3NZ") | ||
;; | ||
esac | ||
|
||
git_info=$(git describe --always --long --dirty --abbrev=10 --tags) | ||
git_short_hash=$(git rev-parse --short HEAD) | ||
git_hash=$(git rev-parse HEAD) | ||
|
||
echo "#ifndef __BUILD_INFO_H__" | ||
echo "#define __BUILD_INFO_H__" | ||
echo | ||
echo "#define BUILD_INFO \"${git_info}\"" | ||
echo "#define BUILD_INFO_LEN ${#git_info}" | ||
echo "#define BUILD_HASH \"${git_hash}\"" | ||
echo "#define BUILD_HASH_LEN ${#git_hash}" | ||
echo "#define BUILD_SHORT_HASH \"${git_short_hash}\"" | ||
echo "#define BUILD_SHORT_HASH_LEN ${#git_short_hash}" | ||
echo "#define BUILD_DATE \"${date_info}\"" | ||
echo "#define BUILD_DATE_LEN ${#date_info}" | ||
echo | ||
echo "#endif /* __BUILD_INFO_H__ */" |
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 |
---|---|---|
@@ -1 +1 @@ | ||
0.1.2 | ||
0.1.3 |