Skip to content

Commit

Permalink
badges
Browse files Browse the repository at this point in the history
  • Loading branch information
xanthospap committed Sep 19, 2024
1 parent efe3a32 commit 6d25708
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 81 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cpp-linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ jobs:
run: cmake -S . -B build -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=clang++
- name: "build"
run: cmake --build build --target all --config Debug -- -j4

- name: "prepare build (production/standard), gcc, c++=20"
run: cmake -S . -B build -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=20
- name: "build"
run: cmake --build build --target all --config Release -- -j4
80 changes: 0 additions & 80 deletions SConstruct

This file was deleted.

3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# C++ Geodetic Library

[![Build Status](https://travis-ci.com/xanthospap/ggeodesy.svg?branch=master)](https://travis-ci.com/xanthospap/ggeodesy)
[![clang-format Check](https://github.com/DSOlab/ggeodesy/actions/workflows/clang-format-check.yml/badge.svg)](https://github.com/DSOlab/ggeodesy/actions/workflows/clang-format-check.yml)
[![Linux CI build](https://github.com/DSOlab/ggeodesy/actions/workflows/cpp-linux-build.yml/badge.svg)](https://github.com/DSOlab/ggeodesy/actions/workflows/cpp-linux-build.yml)

# Introduction

Expand Down

0 comments on commit 6d25708

Please sign in to comment.