/pug-challenge

PUG Challenge 2023

Primary LanguageShell

PUG Challenge 2023 CircleCI

This repo was put together for presentations at the PUG Challenge EU 2023.

See the slide decks for more information:

Using this Repo

Compile

ant compile

Unit Test (ABLUnit)

ant test

Sonar Scan

This will scan locally if you are running a docker container at https://localhost:9000.

mvn sonar:sonar

Docker

Build/Test Container

The build pipeline container can be built with the following command.

.docker/docker-build.sh

Dev Container

To launch with a dev container you can either build the image with the prior command, or pull the image with the next command.

docker pull kherring/oedb:latest

Then launch as a dev container with the Dev Containers: Reopen in Container VSCode command.

Other Repo Information

Tools

Links