Displayed version is now full git hash.
This commit is contained in:
parent
b17ca8ce6d
commit
cb5ab22ea5
@ -5,7 +5,6 @@ cache:
|
||||
- .nimble/*
|
||||
|
||||
before_script:
|
||||
- 'git fetch --tags'
|
||||
- 'apk update && apk add libressl-dev clang nasm grub'
|
||||
- 'nimble update && nimble install nake'
|
||||
- 'nim c nakefile'
|
||||
|
@ -2,7 +2,7 @@ import nake
|
||||
import os, osproc, strutils
|
||||
|
||||
let
|
||||
standardOptions = """--skipCfg -d:version:"""" & execProcess("git describe --long").strip() & """" kernel.nim"""
|
||||
standardOptions = """--skipCfg -d:version:"""" & execProcess("git rev-parse HEAD").strip() & """" kernel.nim"""
|
||||
outputFile = "myos.bin"
|
||||
|
||||
task "clean", "Removes build files.":
|
||||
|
Loading…
Reference in New Issue
Block a user