Skip to content
  • Bennet Bleßmann's avatar
    Squash of setup-ci commits from f6796ac8 to d1cb3e16 : · 0c495fa4
    Bennet Bleßmann authored
    add entries to .tarignore file
    
    .tarignore and .gitlab-cy.yml should not be part of the archive
    
    [skip ci]
    fix missing C in commit msg
    
    [skip ci]
    fix pakcs-nightly commit msg
    
    [skip ci]
    try again without indirect project
    
    [skip ci]
    only trigger curry-lang.org pipeline when building nightly
    try to workaroung gitlab issue 246784
    include more detail for nightly
    
    to prevent rerun failure like https://git.ps.informatik.uni-kiel.de/curry/pakcs/-/jobs/3398
    
    [skip ci]
    fix wrong email address
    
    [skip ci]
    fix incorrect param for popd
    fix file path and use variable for the file path
    
    version -> versions
    
    [skip ci]
    increase timeout for run_download_make job
    
    [skip ci]
    fix missing name & email config for git commit
    
    [skip ci]
    install libnuma-dev in ci Image
    
    appearently missing for make_download_run
    
    [skip ci]
    fix missing docker tags
    
    [skip ci]
    run pakcs directly
    
    rather echoing the subshell output
    
    [skip ci]
    fix mangled artifact path
    
    [skip ci]
    increase timeout for make_libdoc job
    
    [skip ci]
    remove debug echo
    
    fix worked not needed anymore
    
    [skip ci]
    fxi missing dirs in upload_tar artifact
    
    it appreas variables can't use previousely defined variables
    changed to generate folder variables not based on PUBLIC_HTAML variable
    
    [skip ci]
    fix repository url
    
    [skip ci]
    fix ling_nightly job
    
    set executable bit for skript
    fix wrong file name for bundle_tar job
    
    [skip ci]
    try to update curry-lang.org with nightly version
    
    [skip ci]
    debug upload_tar artifact
    
    why doesn't it contain the folders download and lib_pakcs2 under public_html?
    fix run_download_make job
    
    needs git for ci/make_download.sh 🤦
    make it possible to bave different schedules for nightly build and
    download test
    move workaround for cabal issue 5240
    don't make manual and libdoc on commit
    add lockfile-progs to docker image
    
    this should fix the failing test
    add missing artifacts for upload_tar job
    
    [skip ci]
    don't try to run upload_tar job on commit
    empty commit to test commit ci pipline
    ensure /root/.pakcsrc is initzialized
    
    this needs to have happend befor we try to use pakcs output
    
    [skip ci]
    don't install curry-check, curry-doc, markdown for bundle_tar job
    
    currently the job shouldn't use them
    
    [skip ci]
    install pandoc in ci Image
    
    [skip ci]
    fix pakcs bin dir and spelling of OLDRELNOTES.html
    
    [skip ci]
    make less errors silent in CI_BUILD=yes builds
    
    [skip ci]
    remove unused cleandist
    
    cleandist has been replaced by --exclude-from=./.tarignore
    
    [skip ci]
    add missing job dependency of upload_tar on make_libdoc
    
    [skip ci]
    move upload_tar to seperate stage
    
    jobs can only depend on jobs of prior stages
    
    [skip ci]
    fix typo and incorrect variable name in ci/make_download.sh
    
    run bundle_tar job on schedule
    
    don't fetch or clone for run_download_make job,
    as it doesn't use the git content
    
    [skip ci]
    add job for preparing an archive to be deployed
    
    the archive is based on the ci/INSTALL-NEW-DIST script
    
    add artifacts for jobs make_manual and make_libdoc
    remove unused artifacts from job run_download_make
    
    [skip ci]
    pass -j and -O to make in make_libdoc job
    
    [skip ci]
    move bundle_tar job to package stage
    
    update bundle_tar job to depend on make job instead of building pakcs itself
    move cypm installs from script to before_script  for bundle_tar
    
    [skip ci]
    sort .tarignore and add ci folder
    Add file extension to README
    
    So that gitlab will render it instead of showing the markdown source
    [skip ci]
    fix sqlite -> sqlite3
    add missed file to artifacts
    set BIN_INSTALL_PATH
    keep all added files as artifacts
    son't put ide dir under distribution
    initial work on splitting pipeline again
    run test in verbose mode
    fix trailing /
    update cypm index befor install
    
    [skip ci]
    fix PAKCS_DIR vs. PAKCSVERSION
    fix missing $
    
    add {} to prevent ambiguities
    make Docker-swi-ci container install texlive-full without docs
    Fix " that should not be there
    fix missing wget
    update socker image
    fix cpm config as environment variables did not work
    try fix path 2
    echo PATH
    set cypm environment variables
    try to fix path
    remove accidentally left in logfile redirects
    add to path
    for now unsplit stages, as this appears to cause problems
    add manual/scheduled job
    fix wrong make target in genlibdoc for CI_BUILD=yes
    add src/pakcs to artifacts
    move building of manual to the test stage
    on ci install curry-doc and markdown
    ignore excluded files while taring
    add workaround
    add output for debuging createSymbolikLink error
    set and cache cabal dir
    print gcc version in ci
    explicitly use v1-install
    print cabal version in ci
    change make file to not fail silently when CI_BUILD is yes
    start with ci-setup
    
    (cherry picked from commit db169da687fd5abd3b40dcd205a3536332009e36)
    (cherry picked from commit f7da321a)
    
    # Conflicts:
    #	Makefile
    0c495fa4
Validating GitLab CI configuration… Learn more