optimisation: simplify two LCD messages #4461
Merged
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Travis CI / Travis CI - Pull Request
succeeded
Nov 5, 2023 in 14m 33s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #4461 optimisation: simplify two LCD messages.
Any changes that have been made to the MK3 branch before the build ran are also included.
Jobs and Stages
This build has four jobs, running in four sequential stages.
Stage 1: cmake
This stage passed.
Job | OS | State |
---|---|---|
5756.1 | Linux | passed |
Stage 2: lang
This stage passed.
Job | OS | State |
---|---|---|
5756.2 | Linux | passed |
Stage 3: legacy
This stage passed.
Job | OS | State |
---|---|---|
5756.3 | Linux | passed |
Stage 4: tests
This stage passed.
Job | OS | State |
---|---|---|
5756.4 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Shell |
Operating System | Linux (Focal) |
Build Configuration
{
"language": "shell",
"os": [
"linux"
],
"dist": "focal",
"cache": {
"directories": [
".dependencies/",
"./../PF-build-env/"
]
},
"before_install": [
"sudo apt-get install -y python3-polib python3-pyelftools python3-regex",
"mkdir -p .dependencies/python3",
"ln -sf /usr/bin/python3 .dependencies/python3/python3",
"PATH=$PWD/.dependencies/python3:$PATH",
"./utils/bootstrap.py",
"PATH=$(./utils/bootstrap.py --print-dependency-directory \"cmake\")/bin:$PATH",
"PATH=$(./utils/bootstrap.py --print-dependency-directory \"ninja\"):$PATH",
"sudo iptables -P INPUT DROP",
"sudo iptables -P FORWARD DROP",
"sudo iptables -P OUTPUT ACCEPT",
"sudo iptables -A INPUT -i lo -j ACCEPT",
"sudo iptables -A OUTPUT -o lo -j ACCEPT",
"sudo iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT"
],
"jobs": {
"include": [
{
"stage": "legacy",
"script": [
"./.github/travis/legacy-build.sh"
]
},
{
"stage": "cmake",
"script": [
"./.github/travis/cmake-build.sh"
]
},
{
"stage": "tests",
"script": [
"./.github/travis/cmake-test.sh"
]
},
{
"stage": "lang",
"script": [
"./.github/travis/cmake-lang.sh"
]
}
]
},
"stages": [
{
"name": "cmake"
},
{
"name": "lang"
},
{
"name": "legacy"
},
{
"name": "tests"
}
]
}
Loading