This repository has been archived by the owner on May 14, 2024. It is now read-only.
試用版:佇 ascii_composer 檢查日期 #13
Draft
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Travis CI / Travis CI - Branch
succeeded
Sep 1, 2023 in 7m 24s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the Tshiiong branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Compiler | OS | State |
---|---|---|---|
305.1 | gcc | Linux | passed |
305.2 | clang | macOS | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | C++ |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "cpp",
"os": [
"linux"
],
"dist": "xenial",
"jobs": {
"include": [
{
"os": "linux",
"compiler": "gcc",
"dist": "bionic",
"sudo": true,
"install": [
"./travis-install.sh"
],
"script": [
"make test"
]
},
{
"if": "tag IS NOT present",
"os": "osx",
"compiler": "clang",
"install": [
"./travis-install.sh"
],
"script": [
"make xcode/test"
]
},
{
"if": "tag IS present",
"env": [
{
"BOOST_ROOT": "\"${TRAVIS_BUILD_DIR}/thirdparty/src/boost_1_75_0\"",
"BUILD_UNIVERSAL": "1",
"RIME_PLUGINS": "\"${RIME_BUNDLED_PLUGINS}\""
}
],
"os": "osx",
"osx_image": "xcode12.3",
"compiler": "clang",
"install": [
"./travis-install.sh"
],
"script": [
"make xcode/test xcode/dist RIME_PLUGINS=",
"zip -r rime-${TRAVIS_TAG}-${TRAVIS_OS_NAME}.zip \\\ndist thirdparty/bin thirdparty/share \\\n-x '*/curl.exe'\n",
"make xcode/test xcode/dist",
"zip -r rime-with-plugins-${TRAVIS_TAG}-${TRAVIS_OS_NAME}.zip \\\ndist thirdparty/bin thirdparty/share \\\n-x '*/curl.exe'\n"
],
"deploy": [
{
"provider": "releases",
"file": [
"rime-${TRAVIS_TAG}-${TRAVIS_OS_NAME}.zip",
"rime-with-plugins-${TRAVIS_TAG}-${TRAVIS_OS_NAME}.zip"
],
"skip_cleanup": true,
"name": "librime ${TRAVIS_TAG}",
"draft": true,
"on": {
"repo": "rime/librime",
"tags": true
},
"token": {
"secure": "Le2PfdrOqVmk5c1Eu/q9fvLGG1WZz5SuIXw0LVTqWn8cPCJvvsh9/RsjKx59uI0rxs/sJnbsCnPSaiveY5i51Jy7apkqtysUfglr+2CjgyXY5s7qBWiZ60/j2V5CDkk+Q/PSB/GXcVxHQWPh6X1M75GWa9b+4COKJX3Kh/FO0rM="
},
"release_notes": "chore(release): ${TRAVIS_TAG} :tada:"
}
]
}
]
}
}
Loading