Giter Site home page Giter Site logo

Non-Win Debug Builds about civctp2 HOT 3 OPEN

jacobgruber avatar jacobgruber commented on May 27, 2024
Non-Win Debug Builds

from civctp2.

Comments (3)

MartinGuehmann avatar MartinGuehmann commented on May 27, 2024

Yes, if you check the instructions, whether in the current readme or in #406. It tells you how to build it. In fact, I made it working. I just can't tell you whether it is working on a Mac. That's something you have to find out yourself.

from civctp2.

LynxAbraxas avatar LynxAbraxas commented on May 27, 2024

There is also a debug build in GL-CI with the BTYP arg to the docker build:

--build-arg BTYP=${CI_JOB_NAME}

civctp2/Dockerfile

Lines 37 to 43 in 9cd7c30

ARG BTYP
RUN cd /ctp2 \
&& ./autogen.sh && \
CFLAGS="$CFLAGS -Wno-misleading-indentation $( [ "${BTYP##*debug*}" ] && echo -O3 || echo -g -rdynamic ) -fuse-ld=gold" \
CXXFLAGS="$CXXFLAGS -Wno-misleading-indentation -fpermissive $( [ "${BTYP##*debug*}" ] && echo -O3 || echo -g -rdynamic ) -fuse-ld=gold" \
./configure --prefix=/opt/ctp2 --bindir=/opt/ctp2/ctp2_program/ctp --enable-silent-rules $( [ "${BTYP##*debug*}" ] || echo --enable-debug ) \

which leads to the debug-DEP package (see e.g. https://gitlab.com/civctp2/civctp2/-/jobs/3968282217/artifacts/browse/deb/) which is then used for the smoke tests (see e.g. https://gitlab.com/civctp2/civctp2/-/pipelines/793592404)

from civctp2.

Related Issues (20)

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.