Ignore:
Timestamp:
May 30, 2023, 11:31:10 AM (11 months ago)
Author:
chronos
Message:
  • Modified: Removed U prefix from unit names.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/snap/snapcraft.yaml

    r450 r456  
    1111  * Support for user defined key mapping
    1212  * Many other small improvements
    13 confinement: strict
     13confinement: devmode
    1414base: core22
    1515grade: stable
     
    6969    override-build: |
    7070      snapcraftctl build
    71       (cd AI/StdAI &&lazbuild --build-mode=Release StdAI.lpi)
     71      (cd AI/StdAI &&lazbuild --build-mode=Debug StdAI.lpi)
    7272      mv AI/StdAI/libstdai.so AI/StdAI/libstdai-amd64.so
    73       lazbuild --build-mode=Release Integrated.lpi
     73      lazbuild --build-mode=Debug Integrated.lpi
    7474      install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/c-evo
    7575      install -s -m 755 c-evo $SNAPCRAFT_PART_INSTALL/usr/share/c-evo
Note: See TracChangeset for help on using the changeset viewer.