Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

detect risc-v zfbfmin and zicond extension #105

Merged
merged 1 commit into from
May 7, 2024

detect risc-v zfbfmin and zicond extension

084b227
Select commit
Loading
Failed to load commit list.
Merged

detect risc-v zfbfmin and zicond extension #105

detect risc-v zfbfmin and zicond extension
084b227
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded May 7, 2024 in 56s

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 #105 detect risc-v zfbfmin and zicond extension.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job OS State
174.1 Linux passed
174.2 Linux passed
174.3 Linux passed
174.4 Linux passed

Build Configuration

Build Option Setting
Language C++
Operating System Linux (Focal)
Build Configuration
{
  "language": "cpp",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "arch": [
    "amd64",
    "arm64",
    "ppc64le",
    "s390x"
  ],
  "script": [
    "gcc main.c -o ruapu",
    "./ruapu"
  ]
}