Loading .gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ stages: - deploy src: image: $CI_REGISTRY/sw4j-net/noweb/master:latest image: $CI_REGISTRY/sw4j-net/noweb:latest stage: extract script: - make -C bootloader src Loading @@ -16,7 +16,7 @@ src: expire_in: 1 hour tex: image: $CI_REGISTRY/sw4j-net/noweb/master:latest image: $CI_REGISTRY/sw4j-net/noweb:latest stage: extract script: - make tex Loading @@ -28,7 +28,7 @@ tex: expire_in: 1 hour build: image: $CI_REGISTRY/sw4j-net/nasm/master:latest image: $CI_REGISTRY/sw4j-net/nasm:latest stage: build script: - make -t -C bootloader src Loading @@ -41,7 +41,7 @@ build: expire_in: 1 hour pdf: image: $CI_REGISTRY/sw4j-net/noweb/master:latest image: $CI_REGISTRY/sw4j-net/noweb:latest stage: build script: - make -t tex Loading @@ -55,10 +55,10 @@ pdf: expire_in: 1 hour pages: image: $CI_REGISTRY/sw4j-net/jekyll/master:latest image: $CI_REGISTRY/sw4j-net/jekyll:latest stage: deploy script: - gem install jekyll-theme-tactile - gem install jekyll-theme-tactile-nogh - jekyll build -s site -d public - mkdir -p public/bootloader - cp bootloader/bin/bootloader public/bootloader/ Loading site/_config.yml +1 −1 Original line number Diff line number Diff line theme: jekyll-theme-tactile theme: jekyll-theme-tactile-nogh # lang: title: Tutorial x86 description: A tutorial for the x86 assembly language Loading Loading
.gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ stages: - deploy src: image: $CI_REGISTRY/sw4j-net/noweb/master:latest image: $CI_REGISTRY/sw4j-net/noweb:latest stage: extract script: - make -C bootloader src Loading @@ -16,7 +16,7 @@ src: expire_in: 1 hour tex: image: $CI_REGISTRY/sw4j-net/noweb/master:latest image: $CI_REGISTRY/sw4j-net/noweb:latest stage: extract script: - make tex Loading @@ -28,7 +28,7 @@ tex: expire_in: 1 hour build: image: $CI_REGISTRY/sw4j-net/nasm/master:latest image: $CI_REGISTRY/sw4j-net/nasm:latest stage: build script: - make -t -C bootloader src Loading @@ -41,7 +41,7 @@ build: expire_in: 1 hour pdf: image: $CI_REGISTRY/sw4j-net/noweb/master:latest image: $CI_REGISTRY/sw4j-net/noweb:latest stage: build script: - make -t tex Loading @@ -55,10 +55,10 @@ pdf: expire_in: 1 hour pages: image: $CI_REGISTRY/sw4j-net/jekyll/master:latest image: $CI_REGISTRY/sw4j-net/jekyll:latest stage: deploy script: - gem install jekyll-theme-tactile - gem install jekyll-theme-tactile-nogh - jekyll build -s site -d public - mkdir -p public/bootloader - cp bootloader/bin/bootloader public/bootloader/ Loading
site/_config.yml +1 −1 Original line number Diff line number Diff line theme: jekyll-theme-tactile theme: jekyll-theme-tactile-nogh # lang: title: Tutorial x86 description: A tutorial for the x86 assembly language Loading