Delanii / docker-tests

This git repo contains my experiments with docker cross-platform building. The first commit to this repo is based on a small demo from a different user.

Home Page:https://www.youtube.com/c/piwistechtalk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker experiments

This git repository contains the code for my experiments with cross-platform builds with docker.

The main goal of these tests is to create a system to:

  • preprocess the source code with a macro preprocessor
  • create a static site with an SSG
  • test links in the SSG
  • lint the site text with the linting rules for text styling
  • extract code from the site source
  • run the code to test it
  • execute test scenarios with HTTP requests
  • log the link checking, linting and test results
  • store last 40 logs, or for a maximum time period of 1 year, in Google disc

About

This git repo contains my experiments with docker cross-platform building. The first commit to this repo is based on a small demo from a different user.

https://www.youtube.com/c/piwistechtalk


Languages

Language:Dockerfile 54.2%Language:C 45.8%