Skip to content
Snippets Groups Projects
Commit 02808cda authored by Recolic K's avatar Recolic K
Browse files

ci

parent 8f38bf61
No related branches found
No related tags found
No related merge requests found
Pipeline #878 passed with stage
in 52 seconds
# rlib
[![CodeFactor](https://www.codefactor.io/repository/github/recolic/rlib/badge/master)](https://www.codefactor.io/repository/github/recolic/rlib/overview/master)
![AWS CodeBuild](https://codebuild.us-west-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiVUEvK3oxVFAzMlZuZkJlSFE1L1VWSU9IWDBmK0ZpRGZ2clArTDE2UTk4QUZNS1RLUEp2K0lVaVBmNmZjWHNpOXZpRktlOU5RV3k0TjNWcHFKVmVwelJFPSIsIml2UGFyYW1ldGVyU3BlYyI6IllnZUwzWndPSEN4NTFPeGoiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)
[![GitlabBadge](https://git.recolic.net/root/rlib/badges/master/pipeline.svg)](https://git.recolic.net/root/rlib/-/pipelines)
Here is recolic's private library...
......
version: 0.2
phases:
install:
run-as: root
commands:
- make install
pre_build:
commands:
- g++ --version
- clang++ --version
# - icpc --version # Intel CC on build machine expired...
build:
commands:
- make
- make test
steps:
- name: 'docker.io/recolic/cxx-toolkit'
entrypoint: 'bash'
args:
- '-c'
- |
g++ --version
clang++ --version
make &&
make test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment