This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import QtQuick 2.7 | |
import QtQuick.Controls 2.0 | |
import QtQuick.Layouts 1.3 | |
ApplicationWindow { | |
visible: true | |
width: 640 | |
height: 480 | |
title: qsTr("seMOw") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image: ratmandu/avr-docker-build | |
build: | |
stage: build | |
script: | |
- today=`date '+%F-%T'`; | |
- echo `pwd` | |
- cd UC3/mainapp | |
- make -j4 | |
- mv main.hex ../../uc3-build-$today.hex | |
# - mv main.elf ../../uc3-build-$today.elf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<style-scheme version="1.0" name="zenburn"> | |
<style name="Text" foreground="#dcdccc" background="#3f3f3f"/> | |
<style name="Link" foreground="#8cd1d3" bold="true"/> | |
<style name="Selection" foreground="#333333" background="#f18c96"/> | |
<style name="LineNumber" foreground="#9fafaf" background="#262626"/> | |
<style name="SearchResult" foreground="#FFFFE0"/> | |
<style name="SearchScope" foreground="#FFFFE0" background="#3f3f3f"/> | |
<style name="Parentheses" foreground="#dca3a3" background="#3f3f3f" bold="true"/> | |
<style name="CurrentLine" foreground="#000d18" background="#8faf9f"/> |