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

m

parent 56248b67
No related branches found
No related tags found
No related merge requests found
Showing
with 14 additions and 29 deletions
File mode changed from 100755 to 100644
image: docker.io/recolic/cxx-toolkit
before_script:
- g++ --version
- clang++ --version
build:
script:
- make
- make test
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
rlib/LICENSE 100755 → 100644
File mode changed from 100755 to 100644
rlib/Makefile 100755 → 100644
File mode changed from 100755 to 100644
rlib/README.md 100755 → 100644
# 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
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
steps:
- name: 'docker.io/recolic/cxx-toolkit'
entrypoint: 'bash'
args:
- '-c'
- |
g++ --version
clang++ --version
make &&
make test
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
rlib/log.hpp 100755 → 100644
File mode changed from 100755 to 100644
rlib/macro.hpp 100755 → 100644
File mode changed from 100755 to 100644
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