This repository was archived by the owner on Nov 26, 2025. It is now read-only.
Bump actions/checkout from 4 to 5 #14
Closed
Travis CI / Travis CI - Pull Request
succeeded
Aug 25, 2025 in 3m 18s
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 #14 Bump actions/checkout from 4 to 5.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has five jobs, running in parallel.
| Job | ENV | OS | State | Notes |
|---|---|---|---|---|
| TOOL="gcc" | Linux | passed | ||
| TOOL="clang" | Linux | passed | ||
| TOOL="i686-w64-mingw32" | Linux | passed | This job is allowed to fail. | |
| TOOL="x86_64-w64-mingw32" | Linux | passed | This job is allowed to fail. | |
| TOOL="arm-linux-gnueabihf" | Linux | passed | This job is allowed to fail. |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | C |
| Operating System | Linux (Xenial) |
Build Configuration
{
"language": "c",
"os": [
"linux"
],
"dist": "xenial",
"env": [
"jobs={:TOOL=>\"\\\"gcc\\\"\"}={:TOOL=>\"\\\"clang\\\"\"}={:TOOL=>\"\\\"i686-w64-mingw32\\\"\"}={:TOOL=>\"\\\"x86_64-w64-mingw32\\\"\"}={:TOOL=>\"\\\"arm-linux-gnueabihf\\\"\"}"
],
"install": [
"git clone https://github.com/cooljeanius/LuaDistTools.git ~/_tools",
"~/_tools/travis/travis install",
"sudo apt-get install lua5.1 lua5.1-doc liblua5.1-0 liblua5.1-0-dbg liblua5.1-0-dev"
],
"before_script": [
"~/_tools/travis/travis bootstrap"
],
"script": [
"export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:${PKG_CONFIG_PATH}",
"~/_tools/travis/travis build || (pwd && echo \"PKG_CONFIG_PATH is ${PKG_CONFIG_PATH}\" && ./configure --with-pic && make)"
],
"after_script": [
"~/_tools/travis/travis test || (test -e Makefile && make check && make distcheck)"
],
"after_failure": [
"test -e config.log && cat config.log"
],
"after_success": [
"test -e Makefile && make check && make distcheck"
],
"branches": {
"only": [
"master"
]
},
"notifications": {
"email": [
{
"on_success": "change",
"on_failure": "always"
}
]
},
"jobs": {
"allow_failures": [
{
"env": [
{
"TOOL": "\"i686-w64-mingw32\""
}
]
},
{
"env": [
{
"TOOL": "\"x86_64-w64-mingw32\""
}
]
},
{
"env": [
{
"TOOL": "\"arm-linux-gnueabihf\""
}
]
}
]
}
}
Loading