Giter Club home page Giter Club logo

cppdev's Introduction

cppdev

Bleeding-edge, state-of-the-art, latest and greatest, avant-garde, cutting-edge, pioneering, revolutionary, groundbreaking, innovative, forward-thinking, trailblazing, visionary, leading-edge, next-gen, futuristic, experimental, inventive, ingenious, novel, fresh, modern, advanced, high-tech, sophisticated, refined, evolved, progressive, dynamic, disruptive, unconventional, out-of-the-box, unorthodox, game-changing, paradigm-shifting, transformative, evolutionary, newfangled, modernistic, ultramodern, contemporary, hip, trendy, fashionable and blazingly fast C++2x toolchain and environment ๐Ÿง™.

  • Literally me

Installation

This container is available on Docker Hub.

For installing it:

docker pull tomcat0x42/cppdev

Usage example

You can use this container as a multi-stage build as follows:

FROM cppdev:latest AS builder

USER cppdev
WORKDIR /home/cppdev/app

COPY --chmod=0755 --chown=cppdev:cppdev . ./

# build deps
RUN xrepo install -y fmt cxxopts gtest benchmark tabulate
RUN xmake build -y

FROM ubuntu:23.04 AS runner

WORKDIR /app

# runtime deps
RUN apt-get update && apt-get install -y \
    libssl3 \
    mawk \
    && rm -rf /var/lib/apt/lists/*


COPY --from=builder \
    /home/cppdev/app/build \
    ./

CI/CD

This repo uses Github Actions for automation of the modification => publishing cycle.

cppdev's People

Contributors

tomcat-42 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

sarvex

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.