File tree Expand file tree Collapse file tree 2 files changed +26
-7
lines changed Expand file tree Collapse file tree 2 files changed +26
-7
lines changed Original file line number Diff line number Diff line change 1414      - run : | 
1515          cd mbed-os-example-nfc 
1616          git clone https://github.com/ARMmbed/mbed-os.git 
17- run :
18-           working_directory : mbed-os-example-nfc 
19-           command : for i in NFC_* ; do cd $i ; ln -s $PWD/../mbed-os mbed-os ; cd .. ; done 
17+           for i in NFC_* ; do cd $i ; ln -s $PWD/../mbed-os mbed-os ; mbed update ; cd .. ; done 
2018persist_to_workspace :
2119          root : /root/project 
2220          paths : mbed-os-example-nfc 
3129      - run : | 
3230          cd mbed-os-example-nfc 
3331          cd NFC_SmartPoster 
34-           mbed update 
3532          mbed compile -t GCC_ARM -m NUCLEO_F401RE || exit 1 
3633
3734build_disco_l475vg :
4441      - run : | 
4542          cd mbed-os-example-nfc 
4643          cd NFC_EEPROM 
47-           mbed update 
4844          mbed compile -t GCC_ARM -m DISCO_L475VG_IOT01A || exit 1 
4945
5046cmake_NUCLEO_F401RE :
5854      - run : | 
5955          cd mbed-os-example-nfc 
6056          cd NFC_SmartPoster 
61-           mbed update 
6257          mbed-tools compile -t GCC_ARM -m NUCLEO_F401RE || exit 1 
58+           mbed-tools compile -t ARM -m NUCLEO_F401RE || exit 1 
59+ run : | 
60+           cd mbed-os-example-nfc 
61+           cd NFC_EEPROM 
62+           mbed-tools compile -t GCC_ARM -m NUCLEO_F401RE || exit 1 
63+           mbed-tools compile -t ARM -m NUCLEO_F401RE || exit 1 
6364
6465cmake_disco_l475vg :
6566    docker :
7273      - run : | 
7374          cd mbed-os-example-nfc 
7475          cd NFC_EEPROM 
75-           mbed update 
7676          mbed-tools compile -t GCC_ARM -m DISCO_L475VG_IOT01A || exit 1 
77+           mbed-tools compile -t ARM -m DISCO_L475VG_IOT01A || exit 1 
78+ 
79+ cmake_k64f :
80+     docker :
81+       - image : mbedos/mbed-os-env:latest 
82+     working_directory : ~ 
83+     steps :
84+       - attach_workspace :
85+           at : /root/project 
86+       - run : python3 -m pip install mbed-tools --upgrade  #  remove after docker imagine fixed to contain new tools
87+       - run : | 
88+           cd mbed-os-example-nfc 
89+           cd NFC_EEPROM 
90+           mbed-tools compile -t GCC_ARM -m K64F || exit 1 
91+           mbed-tools compile -t ARM -m K64F || exit 1 
7792
7893workflows :
7994  version : 2 
@@ -92,3 +107,6 @@ workflows:
92107    - cmake_disco_l475vg :
93108        requires :
94109          - prepare 
110+     - cmake_k64f :
111+         requires :
112+           - prepare 
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ yotta_targets/
3535#  clion
3636.idea / 
3737cmake-build- * /
38+ cmake_build /
3839
3940#  exporters 
4041GettingStarted.html 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments