An open API service indexing awesome lists of open source software.

https://github.com/casm-lang/casm-lang.container.windows

Windows C++ Build Environment
https://github.com/casm-lang/casm-lang.container.windows

Last synced: 3 months ago
JSON representation

Windows C++ Build Environment

Awesome Lists containing this project

README

        

#
# Copyright (C) 2018-2022 CASM Organization
# All rights reserved.
#
# Developed by: Philipp Paulweber et al.
#
#
# This file is part of casm-lang.container.windows.
#
# casm-lang.container.windows is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# casm-lang.container.windows is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with casm-lang.container.windows. If not, see .
#
[[https://github.com/casm-lang/casm-lang.logo/raw/master/etc/headline.png]]

#+options: toc:nil

* Windows C++ Build Environment

Provides a =Dockerfile= which creates a C++ build environment for Windows.
which is pushed after a successful build automatically to
https://hub.docker.com/r/casmlang/container.windows.

** Status [[https://cirrus-ci.com/github/casm-lang/casm-lang.container.windows][https://api.cirrus-ci.com/github/casm-lang/casm-lang.container.windows.svg]]

The docker container provides a C++ development environment with the following tools:
=sh=, =bash=, =make=, =cmake=, =flex=, =bison=, =gcc=, =clang=, and =msvc=.

** Copyright and License

The copyright holder of
=casm-lang.container.windows= is the [[https://casm-lang.org][CASM organization]] ([[https://github.com/casm-lang][@casm-lang]])
and the used license of
=casm-lang.container.windows= is the [[https://www.gnu.org/licenses/gpl-3.0.html][GNU GPLv3]].