summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)AuthorFilesLines
2024-03-06search for googletest & binutilsCIFedja Beader1-1/+5
2024-02-11Hmm, perhaps this check will yield resultsFedja Beader1-0/+2
2024-02-11What gdb versions exist out there?Fedja Beader1-0/+2
2024-02-07re-enable generation of locales, evidently export is insufficientFedja Beader1-5/+5
despite locale command matching desired output
2024-02-07Was export LANG=en_US.UTF-8 all that was needed?Fedja Beader1-9/+12
2024-02-07How about some exports, instead?Fedja Beader1-0/+2
2024-02-07put LANG into environmentFedja Beader1-0/+4
2024-02-07run update-locale just in caseFedja Beader1-5/+3
2024-02-07Trying another method of setting localesFedja Beader1-5/+9
2024-02-07Wrong spotFedja Beader1-1/+1
2024-02-07try dpkg-reconfigure --frontend noninteractive locales as wellFedja Beader1-0/+3
https://askubuntu.com/questions/683406/how-to-automate-dpkg-reconfigure-locales-with-one-command
2024-02-07Right.Fedja Beader1-1/+1
2024-02-07Generate en_US.UTF-8 localeFedja Beader1-2/+4
2024-02-07Package locales supposedly provides update-localeFedja Beader1-2/+9
2024-02-07Where is update-locale?Fedja Beader1-2/+3
2024-02-07Fix Ubuntu18.04 locales?Fedja Beader1-0/+2
2024-02-07Checkout locales ↵Fedja Beader1-1/+1
https://stackoverflow.com/questions/51026315/how-to-solve-unicodedecodeerror-in-python-3-6/51027262#51027262
2024-02-07Needs a symlink?Fedja Beader1-1/+1
2024-02-07Try python3.7 instead of default py3.6Fedja Beader1-24/+4
2024-02-07Yes Im now using CI as slow REPLFedja Beader1-5/+27
2024-02-07+ CI on Ubuntu 1804Fedja Beader1-0/+31
2024-01-28Add CI test stageFedja Beader1-3/+18
Squashed with: Pass artifacts (well, the whole repo) to test stage YAML syntax error. Since I saw a glimpse of the repo being reinitialised two tries ago, perhaps it saves everything tracked and just adding untracked files should be enough. Have to specify which image to use, else it uses default and fails with linking errors. Have to reinstall everything in the new image. Though not strictly required, but it's good to have a working git describe output in logs. gdb is required for tests, too
2024-01-28git describe fails with (too) shallow clones, so fetch tags explicitlyFedja Beader1-0/+3
Even if tags are fetched, the shallowness of the clone means they might still be inaccessible.
2024-01-28Enable GitLab CIFedja Beader1-0/+29
+ fetch submodules +install git... No compiling C++ without a C++ compiler..