Skip to content
Snippets Groups Projects
Commit df1a4b85 authored by akiraohgaki's avatar akiraohgaki
Browse files

Commentation

parent 618e02a0
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
################################################################################
# This is utility script to make distribution packages with CI/CD pipelines
# This is utility script to make distribution packages
################################################################################
PKGNAME='ocs-url'
......
#!/bin/bash
################################################################################
# This is utility script to import build dependencies
################################################################################
PROJDIR="$(cd "$(dirname "${0}")/../" && pwd)"
if [ ! -d "${PROJDIR}/lib/qtlib" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment