hero lang
This commit is contained in:
2
.github/workflows/hero_build_s3.yml
vendored
2
.github/workflows/hero_build_s3.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Test Crystal & Release to S3
|
name: Test Hero & Release to S3
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|||||||
2
doc.vsh
2
doc.vsh
@@ -49,7 +49,7 @@ os.rmdir_all('vdocs') or {}
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
if os.system('v doc -m -no-color -f md -o vdocs/herolib/') != 0 {
|
if os.system('v doc -m -no-color -f md -o vdocs/herolib/') != 0 {
|
||||||
panic('Failed to generate Crystal markdown documentation')
|
panic('Failed to generate Hero markdown documentation')
|
||||||
}
|
}
|
||||||
|
|
||||||
// Open documentation in browser on non-Linux systems
|
// Open documentation in browser on non-Linux systems
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ if [ -d $CRPGP_DIR ]; then
|
|||||||
>>$V_CRPGP_PATH
|
>>$V_CRPGP_PATH
|
||||||
echo "✅ Updated!"
|
echo "✅ Updated!"
|
||||||
else
|
else
|
||||||
echo "- Crystallib not found"
|
echo "- Herolib not found"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Move crpgp lib and header file in system dirs
|
# Move crpgp lib and header file in system dirs
|
||||||
|
|||||||
@@ -160,7 +160,7 @@ lib/osal
|
|||||||
lib/lang
|
lib/lang
|
||||||
lib/code
|
lib/code
|
||||||
lib/clients
|
lib/clients
|
||||||
lib/crypt
|
// lib/crypt
|
||||||
lib/core
|
lib/core
|
||||||
lib/develop
|
lib/develop
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user